Html Css Color HEX #9B4419 Saddle Brown

📋 copy color: '#9B4419'

red 155 ◦ green 68 ◦ blue 25

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

Shades of Saddle Brown #9B4419

Tints of Saddle Brown #9B4419

RGB

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

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

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

R = 62.5%
G = 27.42%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B4419 (or 0x9B4419) is known color: Saddle Brown. HEX triplet: 9B, 44 and 19. RGB value is (155,68,25). Sum of RGB (Red+Green+Blue) = 155+68+25=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4419 is #64BBE6. Grayscale: #595959. Windows color (decimal): -6601703 or 1655963. OLE color: 1655963.

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

Color convert

RGB 155 68 25 -
CMYK 0 0.56 0.84 0.39
HSL 19.85º 0.72% 0.35% -
HSV(B) 19.85º 0.84% 0.61% -
XYZ 15.76 11.17 2.25 -
YUV 89.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 155 68 25 0 0.56 0.84 0.39 19.85 0.72 0.35
Hex 9B 44 19 0 38 54 27 14 48 23
Octal 233 104 31 0 70 124 47 24 110 43
Binary 10011011 1000100 11001 0 111000 1010100 100111 10100 1001000 100011

Color Harmonies of #9B4419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4419

Black with #9B4419

Text Example


Text Example

White with #9B4419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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