Html Css Color HEX #9B5A1B Golden Brown

📋 copy color: '#9B5A1B'

red 155 ◦ green 90 ◦ blue 27

#9B5A1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #9B5A1B

Tints of Golden Brown #9B5A1B

RGB

 RED value IS 155 (60.94% from 255) = 56.99%

 GREEN value IS 90 (35.55% from 255) = 33.09%

 BLUE value IS 27 (10.94% from 255) = 9.93%

R = 56.99%
G = 33.09%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B5A1B (or 0x9B5A1B) is known color: Golden Brown. HEX triplet: 9B, 5A and 1B. RGB value is (155,90,27). Sum of RGB (Red+Green+Blue) = 155+90+27=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5A1B is #64A5E4. Grayscale: #666666. Windows color (decimal): -6596069 or 1792667. OLE color: 1792667.

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

Color convert

RGB 155 90 27 -
CMYK 0 0.42 0.83 0.39
HSL 29.53º 0.7% 0.36% -
HSV(B) 29.53º 0.83% 0.61% -
XYZ 17.37 14.36 2.89 -
YUV 102.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 155 90 27 0 0.42 0.83 0.39 29.53 0.7 0.36
Hex 9B 5A 1B 0 2A 53 27 1E 46 24
Octal 233 132 33 0 52 123 47 36 106 44
Binary 10011011 1011010 11011 0 101010 1010011 100111 11110 1000110 100100

Color Harmonies of #9B5A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A1B

Black with #9B5A1B

Text Example


Text Example

White with #9B5A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,27); }

 H1.HeaderClassName
 {
   color: #9B5A1B;
 }
 .AnyTagClassName
 {
   color: #9B5A1B;
 }
</style>

background-color css

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

 a { background-color: rgb(155,90,27); }

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

border-color css

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

 span { border-color: rgb(155,90,27); }

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