#95750B

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

Shades of Golden Brown #95750B

Tints of Golden Brown #95750B

Color information

#95750B (or 0x95750B) is unknown color: approx Golden Brown. HEX triplet: 95, 75 and 0B. RGB value is (149,117,11). Sum of RGB (Red+Green+Blue) = 149+117+11=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95750B is #6A8AF4. Grayscale: #727272. Windows color (decimal): -6982389 or 750997. OLE color: 750997.

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

Color convert

RGB14911711-
CMYK00.210.930.42
HSL46.09º86.25%31.37%-
HSV(B)46.09º92.62%58.43%-
XYZ18.8219.143.02-
YUV114.4869.6152.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 11 (4.69% from 255) = 3.97%
R=53.79%
G=42.24%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491171100.210.930.4246.0986.2531.37
Hex9575B0155D2A2e561f
Octal22516513025135525612637
Binary10010101111010110110101011011101101010101110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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