Html Css Color HEX #8C4F19 Saddle Brown

📋 copy color: '#8C4F19'

red 140 ◦ green 79 ◦ blue 25

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

Shades of Saddle Brown #8C4F19

Tints of Saddle Brown #8C4F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

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

R = 57.38%
G = 32.38%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C4F19 (or 0x8C4F19) is known color: Saddle Brown. HEX triplet: 8C, 4F and 19. RGB value is (140,79,25). Sum of RGB (Red+Green+Blue) = 140+79+25=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C4F19 is #73B0E6. Grayscale: #5B5B5B. Windows color (decimal): -7581927 or 1658764. OLE color: 1658764.

HSL color Cylindrical-coordinate representation of color #8C4F19: hue angle of 28.17º 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 #8C4F19 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 79 25 -
CMYK 0 0.44 0.82 0.45
HSL 28.17º 0.7% 0.32% -
HSV(B) 28.17º 0.82% 0.55% -
XYZ 13.79 11.24 2.36 -
YUV 91.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 140 79 25 0 0.44 0.82 0.45 28.17 0.7 0.32
Hex 8C 4F 19 0 2C 52 2D 1C 46 20
Octal 214 117 31 0 54 122 55 34 106 40
Binary 10001100 1001111 11001 0 101100 1010010 101101 11100 1000110 100000

Color Harmonies of #8C4F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4F19

Black with #8C4F19

Text Example


Text Example

White with #8C4F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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