#95570B

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

Shades of Golden Brown #95570B

Tints of Golden Brown #95570B

Color information

#95570B (or 0x95570B) is unknown color: approx Golden Brown. HEX triplet: 95, 57 and 0B. RGB value is (149,87,11). Sum of RGB (Red+Green+Blue) = 149+87+11=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95570B is #6AA8F4. Grayscale: #616161. Windows color (decimal): -6990069 or 743317. OLE color: 743317.

HSL color Cylindrical-coordinate representation of color #95570B: hue angle of 33.04º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95570B is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1498711-
CMYK00.420.930.42
HSL33.04º86.25%31.37%-
HSV(B)33.04º92.62%58.43%-
XYZ15.8613.232.03-
YUV96.8779.54165.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.32%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 11 (4.69% from 255) = 4.45%
R=60.32%
G=35.22%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149871100.420.930.4233.0486.2531.37
Hex9557B02A5D2A21561f
Octal22512713052135524112637
Binary100101011010111101101010101011101101010100001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95570B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,87,11); }

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

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

 a { background-color: rgb(149,87,11); }

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

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

 span { border-color: rgb(149,87,11); }

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