Html Css Color HEX #8C4413 Saddle Brown

📋 copy color: '#8C4413'

red 140 ◦ green 68 ◦ blue 19

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

Shades of Saddle Brown #8C4413

Tints of Saddle Brown #8C4413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

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

R = 61.67%
G = 29.96%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C4413 (or 0x8C4413) is known color: Saddle Brown. HEX triplet: 8C, 44 and 13. RGB value is (140,68,19). Sum of RGB (Red+Green+Blue) = 140+68+19=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4413 is #73BBEC. Grayscale: #545454. Windows color (decimal): -7584749 or 1262732. OLE color: 1262732.

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

Color convert

RGB 140 68 19 -
CMYK 0 0.51 0.86 0.45
HSL 24.3º 0.76% 0.31% -
HSV(B) 24.3º 0.86% 0.55% -
XYZ 13 9.76 1.81 -
YUV 83.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 140 68 19 0 0.51 0.86 0.45 24.3 0.76 0.31
Hex 8C 44 13 0 33 56 2D 18 4C 1F
Octal 214 104 23 0 63 126 55 30 114 37
Binary 10001100 1000100 10011 0 110011 1010110 101101 11000 1001100 11111

Color Harmonies of #8C4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4413

Black with #8C4413

Text Example


Text Example

White with #8C4413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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