Html Css Color HEX #8C441E Saddle Brown

📋 copy color: '#8C441E'

red 140 ◦ green 68 ◦ blue 30

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

Shades of Saddle Brown #8C441E

Tints of Saddle Brown #8C441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 58.82%
G = 28.57%
B = 12.61%

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

#8C441E (or 0x8C441E) is known color: Saddle Brown. HEX triplet: 8C, 44 and 1E. RGB value is (140,68,30). Sum of RGB (Red+Green+Blue) = 140+68+30=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C441E is #73BBE1. Grayscale: #555555. Windows color (decimal): -7584738 or 1983628. OLE color: 1983628.

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

Color convert

RGB 140 68 30 -
CMYK 0 0.51 0.79 0.45
HSL 20.73º 0.65% 0.33% -
HSV(B) 20.73º 0.79% 0.55% -
XYZ 13.12 9.8 2.43 -
YUV 85.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 140 68 30 0 0.51 0.79 0.45 20.73 0.65 0.33
Hex 8C 44 1E 0 33 4F 2D 15 41 21
Octal 214 104 36 0 63 117 55 25 101 41
Binary 10001100 1000100 11110 0 110011 1001111 101101 10101 1000001 100001

Color Harmonies of #8C441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C441E

Black with #8C441E

Text Example


Text Example

White with #8C441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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