Html Css Color HEX #8C410C Saddle Brown

📋 copy color: '#8C410C'

red 140 ◦ green 65 ◦ blue 12

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

Shades of Saddle Brown #8C410C

Tints of Saddle Brown #8C410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.95%

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 64.52%
G = 29.95%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8C410C (or 0x8C410C) is known color: Saddle Brown. HEX triplet: 8C, 41 and 0C. RGB value is (140,65,12). Sum of RGB (Red+Green+Blue) = 140+65+12=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C410C is #73BEF3. Grayscale: #515151. Windows color (decimal): -7585524 or 803212. OLE color: 803212.

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

Color convert

RGB 140 65 12 -
CMYK 0 0.54 0.91 0.45
HSL 24.84º 0.84% 0.3% -
HSV(B) 24.84º 0.91% 0.55% -
XYZ 12.77 9.38 1.49 -
YUV 81.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 140 65 12 0 0.54 0.91 0.45 24.84 0.84 0.3
Hex 8C 41 C 0 36 5B 2D 19 54 1E
Octal 214 101 14 0 66 133 55 31 124 36
Binary 10001100 1000001 1100 0 110110 1011011 101101 11001 1010100 11110

Color Harmonies of #8C410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C410C

Black with #8C410C

Text Example


Text Example

White with #8C410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,65,12); }

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

background-color css

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

 a { background-color: rgb(140,65,12); }

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

border-color css

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

 span { border-color: rgb(140,65,12); }

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