Html Css Color HEX #9B5919 Golden Brown

📋 copy color: '#9B5919'

red 155 ◦ green 89 ◦ blue 25

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

Shades of Golden Brown #9B5919

Tints of Golden Brown #9B5919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.09%

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 57.62%
G = 33.09%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B5919 (or 0x9B5919) is known color: Golden Brown. HEX triplet: 9B, 59 and 19. RGB value is (155,89,25). Sum of RGB (Red+Green+Blue) = 155+89+25=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5919 is #64A6E6. Grayscale: #656565. Windows color (decimal): -6596327 or 1661339. OLE color: 1661339.

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

Color convert

RGB 155 89 25 -
CMYK 0 0.43 0.84 0.39
HSL 29.54º 0.72% 0.35% -
HSV(B) 29.54º 0.84% 0.61% -
XYZ 17.27 14.18 2.75 -
YUV 101.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 155 89 25 0 0.43 0.84 0.39 29.54 0.72 0.35
Hex 9B 59 19 0 2B 54 27 1E 48 23
Octal 233 131 31 0 53 124 47 36 110 43
Binary 10011011 1011001 11001 0 101011 1010100 100111 11110 1001000 100011

Color Harmonies of #9B5919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5919

Black with #9B5919

Text Example


Text Example

White with #9B5919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,25); }

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

background-color css

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

 a { background-color: rgb(155,89,25); }

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

border-color css

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

 span { border-color: rgb(155,89,25); }

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