#9B5C07

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

Shades of Golden Brown #9B5C07

Tints of Golden Brown #9B5C07

Color information

#9B5C07 (or 0x9B5C07) is unknown color: approx Golden Brown. HEX triplet: 9B, 5C and 07. RGB value is (155,92,7). Sum of RGB (Red+Green+Blue) = 155+92+7=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5C07 is #64A3F8. Grayscale: #656565. Windows color (decimal): -6595577 or 482459. OLE color: 482459.

HSL color Cylindrical-coordinate representation of color #9B5C07: hue angle of 34.46º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B5C07 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB155927-
CMYK00.410.950.39
HSL34.46º91.36%31.76%-
HSV(B)34.46º95.48%60.78%-
XYZ17.3814.642.11-
YUV101.1574.87166.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.02%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 7 (3.12% from 255) = 2.76%
R=61.02%
G=36.22%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15592700.410.950.3934.4691.3631.76
Hex9B5C70295F27225b20
Octal2331347051137474213340
Binary100110111011100111010100110111111001111000101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B5C07; }

 p { color: rgb(155,92,7); }

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

<style>
 a { background-color: #9B5C07; }

 a { background-color: rgb(155,92,7); }

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

<style>
 span { border-color: #9B5C07; }

 span { border-color: rgb(155,92,7); }

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