Html Css Color HEX #8C4018 Saddle Brown

📋 copy color: '#8C4018'

red 140 ◦ green 64 ◦ blue 24

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

Shades of Saddle Brown #8C4018

Tints of Saddle Brown #8C4018

RGB

 RED value IS 140 (55.08% from 255) = 61.4%

 GREEN value IS 64 (25.39% from 255) = 28.07%

 BLUE value IS 24 (9.77% from 255) = 10.53%

R = 61.4%
G = 28.07%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8C4018 (or 0x8C4018) is known color: Saddle Brown. HEX triplet: 8C, 40 and 18. RGB value is (140,64,24). Sum of RGB (Red+Green+Blue) = 140+64+24=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4018 is #73BFE7. Grayscale: #525252. Windows color (decimal): -7585768 or 1589388. OLE color: 1589388.

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

Color convert

RGB 140 64 24 -
CMYK 0 0.54 0.83 0.45
HSL 20.69º 0.71% 0.32% -
HSV(B) 20.69º 0.83% 0.55% -
XYZ 12.81 9.31 1.99 -
YUV 82.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 140 64 24 0 0.54 0.83 0.45 20.69 0.71 0.32
Hex 8C 40 18 0 36 53 2D 15 47 20
Octal 214 100 30 0 66 123 55 25 107 40
Binary 10001100 1000000 11000 0 110110 1010011 101101 10101 1000111 100000

Color Harmonies of #8C4018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4018

Black with #8C4018

Text Example


Text Example

White with #8C4018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,64,24); }

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

background-color css

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

 a { background-color: rgb(140,64,24); }

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

border-color css

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

 span { border-color: rgb(140,64,24); }

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