Html Css Color HEX #9B4F0F Saddle Brown

📋 copy color: '#9B4F0F'

red 155 ◦ green 79 ◦ blue 15

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

Shades of Saddle Brown #9B4F0F

Tints of Saddle Brown #9B4F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 62.25%
G = 31.73%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B4F0F (or 0x9B4F0F) is known color: Saddle Brown. HEX triplet: 9B, 4F and 0F. RGB value is (155,79,15). Sum of RGB (Red+Green+Blue) = 155+79+15=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B4F0F is #64B0F0. Grayscale: #5E5E5E. Windows color (decimal): -6598897 or 1003419. OLE color: 1003419.

HSL color Cylindrical-coordinate representation of color #9B4F0F: hue angle of 27.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B4F0F is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 79 15 -
CMYK 0 0.49 0.90 0.39
HSL 27.43º 0.82% 0.33% -
HSV(B) 27.43º 0.9% 0.61% -
XYZ 16.4 12.6 2.02 -
YUV 94.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 155 79 15 0 0.49 0.90 0.39 27.43 0.82 0.33
Hex 9B 4F F 0 31 5A 27 1B 52 21
Octal 233 117 17 0 61 132 47 33 122 41
Binary 10011011 1001111 1111 0 110001 1011010 100111 11011 1010010 100001

Color Harmonies of #9B4F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4F0F

Black with #9B4F0F

Text Example


Text Example

White with #9B4F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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