Html Css Color HEX #8B4513 SaddleBrown

📋 copy color: '#8B4513'

red 139 ◦ green 69 ◦ blue 19

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

Shades of SaddleBrown #8B4513

Tints of SaddleBrown #8B4513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.4%

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 61.23%
G = 30.4%
B = 8.37%

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

#8B4513 (or 0x8B4513) is known color: SaddleBrown. HEX triplet: 8B, 45 and 13. RGB value is (139,69,19). Sum of RGB (Red+Green+Blue) = 139+69+19=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4513 is #74BAEC. Grayscale: #545454. Windows color (decimal): -7650029 or 1262987. OLE color: 1262987.

HSL color Cylindrical-coordinate representation of color #8B4513: hue angle of 25º degrees, saturation: 0.76, 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 #8B4513 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 69 19 -
CMYK 0 0.50 0.86 0.45
HSL 25º 0.76% 0.31% -
HSV(B) 25º 0.86% 0.55% -
XYZ 12.89 9.79 1.83 -
YUV 84.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 139 69 19 0 0.50 0.86 0.45 25 0.76 0.31
Hex 8B 45 13 0 32 56 2D 19 4C 1F
Octal 213 105 23 0 62 126 55 31 114 37
Binary 10001011 1000101 10011 0 110010 1010110 101101 11001 1001100 11111

Color Harmonies of #8B4513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4513

Black with #8B4513

Text Example


Text Example

White with #8B4513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,69,19); }

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

background-color css

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

 a { background-color: rgb(139,69,19); }

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

border-color css

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

 span { border-color: rgb(139,69,19); }

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