#95720B

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

Shades of Golden Brown #95720B

Tints of Golden Brown #95720B

Color information

#95720B (or 0x95720B) is unknown color: approx Golden Brown. HEX triplet: 95, 72 and 0B. RGB value is (149,114,11). Sum of RGB (Red+Green+Blue) = 149+114+11=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #95720B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95720B is #6A8DF4. Grayscale: #717171. Windows color (decimal): -6983157 or 750229. OLE color: 750229.

HSL color Cylindrical-coordinate representation of color #95720B: hue angle of 44.78º 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 #95720B is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14911411-
CMYK00.230.930.42
HSL44.78º86.25%31.37%-
HSV(B)44.78º92.62%58.43%-
XYZ18.4718.452.9-
YUV112.7270.6153.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 11 (4.69% from 255) = 4.01%
R=54.38%
G=41.61%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491141100.230.930.4244.7886.2531.37
Hex9572B0175D2A2d561f
Octal22516213027135525512637
Binary10010101111001010110101111011101101010101101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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