Html Css Color HEX #8E521B Saddle Brown

📋 copy color: '#8E521B'

red 142 ◦ green 82 ◦ blue 27

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

Shades of Saddle Brown #8E521B

Tints of Saddle Brown #8E521B

RGB

 RED value IS 142 (55.86% from 255) = 56.57%

 GREEN value IS 82 (32.42% from 255) = 32.67%

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 56.57%
G = 32.67%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8E521B (or 0x8E521B) is known color: Saddle Brown. HEX triplet: 8E, 52 and 1B. RGB value is (142,82,27). Sum of RGB (Red+Green+Blue) = 142+82+27=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E521B is #71ADE4. Grayscale: #5D5D5D. Windows color (decimal): -7450085 or 1790606. OLE color: 1790606.

HSL color Cylindrical-coordinate representation of color #8E521B: hue angle of 28.7º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E521B is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 82 27 -
CMYK 0 0.42 0.81 0.44
HSL 28.7º 0.68% 0.33% -
HSV(B) 28.7º 0.81% 0.56% -
XYZ 14.37 11.86 2.57 -
YUV 93.67 90.38 162.47 -
System Red Green Blue C M Y K H S L
Decimal 142 82 27 0 0.42 0.81 0.44 28.7 0.68 0.33
Hex 8E 52 1B 0 2A 51 2C 1D 44 21
Octal 216 122 33 0 52 121 54 35 104 41
Binary 10001110 1010010 11011 0 101010 1010001 101100 11101 1000100 100001

Color Harmonies of #8E521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E521B

Black with #8E521B

Text Example


Text Example

White with #8E521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,82,27); }

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

background-color css

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

 a { background-color: rgb(142,82,27); }

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

border-color css

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

 span { border-color: rgb(142,82,27); }

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