Html Css Color HEX #8C4019 Saddle Brown

📋 copy color: '#8C4019'

red 140 ◦ green 64 ◦ blue 25

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

Shades of Saddle Brown #8C4019

Tints of Saddle Brown #8C4019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.92%

R = 61.14%
G = 27.95%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C4019 (or 0x8C4019) is known color: Saddle Brown. HEX triplet: 8C, 40 and 19. RGB value is (140,64,25). Sum of RGB (Red+Green+Blue) = 140+64+25=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4019 is #73BFE6. Grayscale: #525252. Windows color (decimal): -7585767 or 1654924. OLE color: 1654924.

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

Color convert

RGB 140 64 25 -
CMYK 0 0.54 0.82 0.45
HSL 20.35º 0.7% 0.32% -
HSV(B) 20.35º 0.82% 0.55% -
XYZ 12.82 9.31 2.04 -
YUV 82.28 95.68 169.17 -
System Red Green Blue C M Y K H S L
Decimal 140 64 25 0 0.54 0.82 0.45 20.35 0.7 0.32
Hex 8C 40 19 0 36 52 2D 14 46 20
Octal 214 100 31 0 66 122 55 24 106 40
Binary 10001100 1000000 11001 0 110110 1010010 101101 10100 1000110 100000

Color Harmonies of #8C4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4019

Black with #8C4019

Text Example


Text Example

White with #8C4019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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