#955B07

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

Shades of Golden Brown #955B07

Tints of Golden Brown #955B07

Color information

#955B07 (or 0x955B07) is unknown color: approx Golden Brown. HEX triplet: 95, 5B and 07. RGB value is (149,91,7). Sum of RGB (Red+Green+Blue) = 149+91+7=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #955B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955B07 is #6AA4F8. Grayscale: #636363. Windows color (decimal): -6989049 or 482197. OLE color: 482197.

HSL color Cylindrical-coordinate representation of color #955B07: hue angle of 35.49º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #955B07 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB149917-
CMYK00.390.950.42
HSL35.49º91.03%30.59%-
HSV(B)35.49º95.3%58.43%-
XYZ16.1713.892.03-
YUV98.7776.22163.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.32%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 7 (3.12% from 255) = 2.83%
R=60.32%
G=36.84%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14991700.390.950.4235.4991.0330.59
Hex955B70275F2A235b1f
Octal2251337047137524313337
Binary10010101101101111101001111011111101010100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955B07; }

 p { color: rgb(149,91,7); }

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

<style>
 a { background-color: #955B07; }

 a { background-color: rgb(149,91,7); }

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

<style>
 span { border-color: #955B07; }

 span { border-color: rgb(149,91,7); }

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