Html Css Color HEX #9B4518 Saddle Brown

📋 copy color: '#9B4518'

red 155 ◦ green 69 ◦ blue 24

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

Shades of Saddle Brown #9B4518

Tints of Saddle Brown #9B4518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

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

R = 62.5%
G = 27.82%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B4518 (or 0x9B4518) is known color: Saddle Brown. HEX triplet: 9B, 45 and 18. RGB value is (155,69,24). Sum of RGB (Red+Green+Blue) = 155+69+24=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4518 is #64BAE7. Grayscale: #595959. Windows color (decimal): -6601448 or 1590683. OLE color: 1590683.

HSL color Cylindrical-coordinate representation of color #9B4518: hue angle of 20.61º 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 #9B4518 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 69 24 -
CMYK 0 0.55 0.85 0.39
HSL 20.61º 0.73% 0.35% -
HSV(B) 20.61º 0.85% 0.61% -
XYZ 15.81 11.29 2.21 -
YUV 89.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 155 69 24 0 0.55 0.85 0.39 20.61 0.73 0.35
Hex 9B 45 18 0 37 55 27 15 49 23
Octal 233 105 30 0 67 125 47 25 111 43
Binary 10011011 1000101 11000 0 110111 1010101 100111 10101 1001001 100011

Color Harmonies of #9B4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4518

Black with #9B4518

Text Example


Text Example

White with #9B4518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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