Html Css Color HEX #8C3E13 Saddle Brown

📋 copy color: '#8C3E13'

red 140 ◦ green 62 ◦ blue 19

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

Shades of Saddle Brown #8C3E13

Tints of Saddle Brown #8C3E13

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.05%

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 63.35%
G = 28.05%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C3E13 (or 0x8C3E13) is known color: Saddle Brown. HEX triplet: 8C, 3E and 13. RGB value is (140,62,19). Sum of RGB (Red+Green+Blue) = 140+62+19=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3E13 is #73C1EC. Grayscale: #505050. Windows color (decimal): -7586285 or 1261196. OLE color: 1261196.

HSL color Cylindrical-coordinate representation of color #8C3E13: hue angle of 21.32º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C3E13 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 62 19 -
CMYK 0 0.56 0.86 0.45
HSL 21.32º 0.76% 0.31% -
HSV(B) 21.32º 0.86% 0.55% -
XYZ 12.66 9.07 1.7 -
YUV 80.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 140 62 19 0 0.56 0.86 0.45 21.32 0.76 0.31
Hex 8C 3E 13 0 38 56 2D 15 4C 1F
Octal 214 76 23 0 70 126 55 25 114 37
Binary 10001100 111110 10011 0 111000 1010110 101101 10101 1001100 11111

Color Harmonies of #8C3E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3E13

Black with #8C3E13

Text Example


Text Example

White with #8C3E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,62,19); }

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

background-color css

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

 a { background-color: rgb(140,62,19); }

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

border-color css

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

 span { border-color: rgb(140,62,19); }

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