#95701C

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

Shades of Golden Brown #95701C

Tints of Golden Brown #95701C

Color information

#95701C (or 0x95701C) is unknown color: approx Golden Brown. HEX triplet: 95, 70 and 1C. RGB value is (149,112,28). Sum of RGB (Red+Green+Blue) = 149+112+28=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #95701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95701C is #6A8FE3. Grayscale: #717171. Windows color (decimal): -6983652 or 1863829. OLE color: 1863829.

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

Color convert

RGB14911228-
CMYK00.250.810.42
HSL41.65º68.36%34.71%-
HSV(B)41.65º81.21%58.43%-
XYZ18.418.063.62-
YUV113.4979.76153.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 28 (11.33% from 255) = 9.69%
R=51.56%
G=38.75%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491122800.250.810.4241.6568.3634.71
Hex95701C019512A2a4423
Octal22516034031121525210443
Binary1001010111100001110001100110100011010101010101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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