Html Css Color HEX #8C441D Saddle Brown

📋 copy color: '#8C441D'

red 140 ◦ green 68 ◦ blue 29

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

Shades of Saddle Brown #8C441D

Tints of Saddle Brown #8C441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.24%

R = 59.07%
G = 28.69%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C441D (or 0x8C441D) is known color: Saddle Brown. HEX triplet: 8C, 44 and 1D. RGB value is (140,68,29). Sum of RGB (Red+Green+Blue) = 140+68+29=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C441D is #73BBE2. Grayscale: #555555. Windows color (decimal): -7584739 or 1918092. OLE color: 1918092.

HSL color Cylindrical-coordinate representation of color #8C441D: hue angle of 21.08º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C441D is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 68 29 -
CMYK 0 0.51 0.79 0.45
HSL 21.08º 0.66% 0.33% -
HSV(B) 21.08º 0.79% 0.55% -
XYZ 13.1 9.8 2.36 -
YUV 85.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 140 68 29 0 0.51 0.79 0.45 21.08 0.66 0.33
Hex 8C 44 1D 0 33 4F 2D 15 42 21
Octal 214 104 35 0 63 117 55 25 102 41
Binary 10001100 1000100 11101 0 110011 1001111 101101 10101 1000010 100001

Color Harmonies of #8C441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C441D

Black with #8C441D

Text Example


Text Example

White with #8C441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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