Html Css Color HEX #8B4614 Saddle Brown

📋 copy color: '#8B4614'

red 139 ◦ green 70 ◦ blue 20

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

Shades of Saddle Brown #8B4614

Tints of Saddle Brown #8B4614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.57%

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 60.7%
G = 30.57%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B4614 (or 0x8B4614) is known color: Saddle Brown. HEX triplet: 8B, 46 and 14. RGB value is (139,70,20). Sum of RGB (Red+Green+Blue) = 139+70+20=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4614 is #74B9EB. Grayscale: #555555. Windows color (decimal): -7649772 or 1328779. OLE color: 1328779.

HSL color Cylindrical-coordinate representation of color #8B4614: hue angle of 25.21º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B4614 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 70 20 -
CMYK 0 0.50 0.86 0.45
HSL 25.21º 0.75% 0.31% -
HSV(B) 25.21º 0.86% 0.55% -
XYZ 12.96 9.92 1.89 -
YUV 84.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 139 70 20 0 0.50 0.86 0.45 25.21 0.75 0.31
Hex 8B 46 14 0 32 56 2D 19 4B 1F
Octal 213 106 24 0 62 126 55 31 113 37
Binary 10001011 1000110 10100 0 110010 1010110 101101 11001 1001011 11111

Color Harmonies of #8B4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4614

Black with #8B4614

Text Example


Text Example

White with #8B4614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,70,20); }

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

background-color css

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

 a { background-color: rgb(139,70,20); }

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

border-color css

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

 span { border-color: rgb(139,70,20); }

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