Html Css Color HEX #9B4313 Saddle Brown

📋 copy color: '#9B4313'

red 155 ◦ green 67 ◦ blue 19

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

Shades of Saddle Brown #9B4313

Tints of Saddle Brown #9B4313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.8%

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 64.32%
G = 27.8%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B4313 (or 0x9B4313) is known color: Saddle Brown. HEX triplet: 9B, 43 and 13. RGB value is (155,67,19). Sum of RGB (Red+Green+Blue) = 155+67+19=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4313 is #64BCEC. Grayscale: #585858. Windows color (decimal): -6601965 or 1262491. OLE color: 1262491.

HSL color Cylindrical-coordinate representation of color #9B4313: hue angle of 21.18º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B4313 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 67 19 -
CMYK 0 0.57 0.88 0.39
HSL 21.18º 0.78% 0.34% -
HSV(B) 21.18º 0.88% 0.61% -
XYZ 15.64 11.03 1.92 -
YUV 87.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 155 67 19 0 0.57 0.88 0.39 21.18 0.78 0.34
Hex 9B 43 13 0 39 58 27 15 4E 22
Octal 233 103 23 0 71 130 47 25 116 42
Binary 10011011 1000011 10011 0 111001 1011000 100111 10101 1001110 100010

Color Harmonies of #9B4313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4313

Black with #9B4313

Text Example


Text Example

White with #9B4313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,67,19); }

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

background-color css

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

 a { background-color: rgb(155,67,19); }

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

border-color css

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

 span { border-color: rgb(155,67,19); }

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