Html Css Color HEX #9B4418 Saddle Brown

📋 copy color: '#9B4418'

red 155 ◦ green 68 ◦ blue 24

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

Shades of Saddle Brown #9B4418

Tints of Saddle Brown #9B4418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

 BLUE value IS 24 (9.77% from 255) = 9.72%

R = 62.75%
G = 27.53%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B4418 (or 0x9B4418) is known color: Saddle Brown. HEX triplet: 9B, 44 and 18. RGB value is (155,68,24). Sum of RGB (Red+Green+Blue) = 155+68+24=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4418 is #64BBE7. Grayscale: #595959. Windows color (decimal): -6601704 or 1590427. OLE color: 1590427.

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

Color convert

RGB 155 68 24 -
CMYK 0 0.56 0.85 0.39
HSL 20.15º 0.73% 0.35% -
HSV(B) 20.15º 0.85% 0.61% -
XYZ 15.75 11.17 2.19 -
YUV 89 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 155 68 24 0 0.56 0.85 0.39 20.15 0.73 0.35
Hex 9B 44 18 0 38 55 27 14 49 23
Octal 233 104 30 0 70 125 47 24 111 43
Binary 10011011 1000100 11000 0 111000 1010101 100111 10100 1001001 100011

Color Harmonies of #9B4418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4418

Black with #9B4418

Text Example


Text Example

White with #9B4418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,68,24); }

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

background-color css

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

 a { background-color: rgb(155,68,24); }

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

border-color css

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

 span { border-color: rgb(155,68,24); }

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