Html Css Color HEX #8C410D Saddle Brown

📋 copy color: '#8C410D'

red 140 ◦ green 65 ◦ blue 13

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

Shades of Saddle Brown #8C410D

Tints of Saddle Brown #8C410D

RGB

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

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

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

R = 64.22%
G = 29.82%
B = 5.96%

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

#8C410D (or 0x8C410D) is known color: Saddle Brown. HEX triplet: 8C, 41 and 0D. RGB value is (140,65,13). Sum of RGB (Red+Green+Blue) = 140+65+13=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C410D is #73BEF2. Grayscale: #515151. Windows color (decimal): -7585523 or 868748. OLE color: 868748.

HSL color Cylindrical-coordinate representation of color #8C410D: hue angle of 24.57º degrees, saturation: 0.83, 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 #8C410D is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 65 13 -
CMYK 0 0.54 0.91 0.45
HSL 24.57º 0.83% 0.3% -
HSV(B) 24.57º 0.91% 0.55% -
XYZ 12.78 9.39 1.52 -
YUV 81.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 140 65 13 0 0.54 0.91 0.45 24.57 0.83 0.3
Hex 8C 41 D 0 36 5B 2D 19 53 1E
Octal 214 101 15 0 66 133 55 31 123 36
Binary 10001100 1000001 1101 0 110110 1011011 101101 11001 1010011 11110

Color Harmonies of #8C410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C410D

Black with #8C410D

Text Example


Text Example

White with #8C410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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