Html Css Color HEX #9B4F09 Saddle Brown

📋 copy color: '#9B4F09'

red 155 ◦ green 79 ◦ blue 9

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

Shades of Saddle Brown #9B4F09

Tints of Saddle Brown #9B4F09

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.51%

 BLUE value IS 9 (3.91% from 255) = 3.7%

R = 63.79%
G = 32.51%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B4F09 (or 0x9B4F09) is known color: Saddle Brown. HEX triplet: 9B, 4F and 09. RGB value is (155,79,9). Sum of RGB (Red+Green+Blue) = 155+79+9=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B4F09 is #64B0F6. Grayscale: #5E5E5E. Windows color (decimal): -6598903 or 610203. OLE color: 610203.

HSL color Cylindrical-coordinate representation of color #9B4F09: hue angle of 28.77º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B4F09 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 79 9 -
CMYK 0 0.49 0.94 0.39
HSL 28.77º 0.89% 0.32% -
HSV(B) 28.77º 0.94% 0.61% -
XYZ 16.36 12.58 1.82 -
YUV 93.74 80.18 171.69 -
System Red Green Blue C M Y K H S L
Decimal 155 79 9 0 0.49 0.94 0.39 28.77 0.89 0.32
Hex 9B 4F 9 0 31 5E 27 1D 59 20
Octal 233 117 11 0 61 136 47 35 131 40
Binary 10011011 1001111 1001 0 110001 1011110 100111 11101 1011001 100000

Color Harmonies of #9B4F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4F09

Black with #9B4F09

Text Example


Text Example

White with #9B4F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,79,9); }

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

background-color css

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

 a { background-color: rgb(155,79,9); }

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

border-color css

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

 span { border-color: rgb(155,79,9); }

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