#95701B

Color #95701B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #95701B

Tints of Golden Brown #95701B

Color information

#95701B (or 0x95701B) is unknown color: approx Golden Brown. HEX triplet: 95, 70 and 1B. RGB value is (149,112,27). Sum of RGB (Red+Green+Blue) = 149+112+27=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #95701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95701B is #6A8FE4. Grayscale: #717171. Windows color (decimal): -6983653 or 1798293. OLE color: 1798293.

HSL color Cylindrical-coordinate representation of color #95701B: hue angle of 41.8º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95701B is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14911227-
CMYK00.250.820.42
HSL41.8º69.32%34.51%-
HSV(B)41.8º81.88%58.43%-
XYZ18.3918.063.55-
YUV113.3779.26153.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 27 (10.94% from 255) = 9.38%
R=51.74%
G=38.89%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491122700.250.820.4241.869.3234.51
Hex95701B019522A2a4523
Octal22516033031122525210543
Binary1001010111100001101101100110100101010101010101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95701B; }

 p { color: rgb(149,112,27); }

 H1.HeaderClassName
 {
   color: #95701B;
 }
 .AnyTagClassName
 {
   color: #95701B;
 }
</style>
background-color css

<style>
 a { background-color: #95701B; }

 a { background-color: rgb(149,112,27); }

 div.DivClassName
 {
   background-color: #95701B;
 }
 .BgClassName
 {
   background-color: #95701B;
 }
</style>
border-color css

<style>
 span { border-color: #95701B; }

 span { border-color: rgb(149,112,27); }

 td.TdClassName
 {
   border-color: #95701B;
 }
 .TagClassName
 {
   border-color: #95701B;
 }
</style>