Html Css Color HEX #8B4416 Saddle Brown

📋 copy color: '#8B4416'

red 139 ◦ green 68 ◦ blue 22

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

Shades of Saddle Brown #8B4416

Tints of Saddle Brown #8B4416

RGB

 RED value IS 139 (54.69% from 255) = 60.7%

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

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 60.7%
G = 29.69%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8B4416 (or 0x8B4416) is known color: Saddle Brown. HEX triplet: 8B, 44 and 16. RGB value is (139,68,22). Sum of RGB (Red+Green+Blue) = 139+68+22=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4416 is #74BBE9. Grayscale: #545454. Windows color (decimal): -7650282 or 1459339. OLE color: 1459339.

HSL color Cylindrical-coordinate representation of color #8B4416: hue angle of 23.59º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B4416 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 68 22 -
CMYK 0 0.51 0.84 0.45
HSL 23.59º 0.73% 0.32% -
HSV(B) 23.59º 0.84% 0.55% -
XYZ 12.86 9.68 1.95 -
YUV 83.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 139 68 22 0 0.51 0.84 0.45 23.59 0.73 0.32
Hex 8B 44 16 0 33 54 2D 18 49 20
Octal 213 104 26 0 63 124 55 30 111 40
Binary 10001011 1000100 10110 0 110011 1010100 101101 11000 1001001 100000

Color Harmonies of #8B4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4416

Black with #8B4416

Text Example


Text Example

White with #8B4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B4416; }

 p { color: rgb(139,68,22); }

 H1.HeaderClassName
 {
   color: #8B4416;
 }
 .AnyTagClassName
 {
   color: #8B4416;
 }
</style>

background-color css

<style>
 a { background-color: #8B4416; }

 a { background-color: rgb(139,68,22); }

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

border-color css

<style>
 span { border-color: #8B4416; }

 span { border-color: rgb(139,68,22); }

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