Html Css Color HEX #8E430D Saddle Brown

📋 copy color: '#8E430D'

red 142 ◦ green 67 ◦ blue 13

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

Shades of Saddle Brown #8E430D

Tints of Saddle Brown #8E430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.18%

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 63.96%
G = 30.18%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E430D (or 0x8E430D) is known color: Saddle Brown. HEX triplet: 8E, 43 and 0D. RGB value is (142,67,13). Sum of RGB (Red+Green+Blue) = 142+67+13=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E430D is #71BCF2. Grayscale: #535353. Windows color (decimal): -7453939 or 869262. OLE color: 869262.

HSL color Cylindrical-coordinate representation of color #8E430D: hue angle of 25.12º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E430D is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 67 13 -
CMYK 0 0.53 0.91 0.44
HSL 25.12º 0.83% 0.3% -
HSV(B) 25.12º 0.91% 0.56% -
XYZ 13.24 9.79 1.57 -
YUV 83.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 142 67 13 0 0.53 0.91 0.44 25.12 0.83 0.3
Hex 8E 43 D 0 35 5B 2C 19 53 1E
Octal 216 103 15 0 65 133 54 31 123 36
Binary 10001110 1000011 1101 0 110101 1011011 101100 11001 1010011 11110

Color Harmonies of #8E430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E430D

Black with #8E430D

Text Example


Text Example

White with #8E430D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,67,13); }

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

background-color css

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

 a { background-color: rgb(142,67,13); }

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

border-color css

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

 span { border-color: rgb(142,67,13); }

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