#9B5C1A

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

Shades of Golden Brown #9B5C1A

Tints of Golden Brown #9B5C1A

Color information

#9B5C1A (or 0x9B5C1A) is unknown color: approx Golden Brown. HEX triplet: 9B, 5C and 1A. RGB value is (155,92,26). Sum of RGB (Red+Green+Blue) = 155+92+26=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5C1A is #64A3E5. Grayscale: #676767. Windows color (decimal): -6595558 or 1727643. OLE color: 1727643.

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

Color convert

RGB1559226-
CMYK00.410.830.39
HSL30.7º71.27%35.49%-
HSV(B)30.7º83.23%60.78%-
XYZ17.5314.72.89-
YUV103.3184.37164.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=56.78%
G=33.70%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155922600.410.830.3930.771.2735.49
Hex9B5C1A02953271f4723
Octal23313432051123473710743
Binary1001101110111001101001010011010011100111111111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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