Html Css Color HEX #8C4401 Saddle Brown

📋 copy color: '#8C4401'

red 140 ◦ green 68 ◦ blue 1

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

Shades of Saddle Brown #8C4401

Tints of Saddle Brown #8C4401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 66.99%
G = 32.54%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8C4401 (or 0x8C4401) is known color: Saddle Brown. HEX triplet: 8C, 44 and 01. RGB value is (140,68,1). Sum of RGB (Red+Green+Blue) = 140+68+1=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4401 is #73BBFE. Grayscale: #525252. Windows color (decimal): -7584767 or 83084. OLE color: 83084.

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

Color convert

RGB 140 68 1 -
CMYK 0 0.51 0.99 0.45
HSL 28.92º 0.99% 0.28% -
HSV(B) 28.92º 0.99% 0.55% -
XYZ 12.89 9.71 1.22 -
YUV 81.89 82.35 169.45 -
System Red Green Blue C M Y K H S L
Decimal 140 68 1 0 0.51 0.99 0.45 28.92 0.99 0.28
Hex 8C 44 1 0 33 63 2D 1D 63 1C
Octal 214 104 1 0 63 143 55 35 143 34
Binary 10001100 1000100 1 0 110011 1100011 101101 11101 1100011 11100

Color Harmonies of #8C4401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4401

Black with #8C4401

Text Example


Text Example

White with #8C4401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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