Html Css Color HEX #9B440E Saddle Brown

📋 copy color: '#9B440E'

red 155 ◦ green 68 ◦ blue 14

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

Shades of Saddle Brown #9B440E

Tints of Saddle Brown #9B440E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 65.4%
G = 28.69%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B440E (or 0x9B440E) is known color: Saddle Brown. HEX triplet: 9B, 44 and 0E. RGB value is (155,68,14). Sum of RGB (Red+Green+Blue) = 155+68+14=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B440E is #64BBF1. Grayscale: #585858. Windows color (decimal): -6601714 or 935067. OLE color: 935067.

HSL color Cylindrical-coordinate representation of color #9B440E: hue angle of 22.98º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B440E is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 68 14 -
CMYK 0 0.56 0.91 0.39
HSL 22.98º 0.83% 0.33% -
HSV(B) 22.98º 0.91% 0.61% -
XYZ 15.66 11.13 1.74 -
YUV 87.86 86.32 175.89 -
System Red Green Blue C M Y K H S L
Decimal 155 68 14 0 0.56 0.91 0.39 22.98 0.83 0.33
Hex 9B 44 E 0 38 5B 27 17 53 21
Octal 233 104 16 0 70 133 47 27 123 41
Binary 10011011 1000100 1110 0 111000 1011011 100111 10111 1010011 100001

Color Harmonies of #9B440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B440E

Black with #9B440E

Text Example


Text Example

White with #9B440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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