Html Css Color HEX #8C4809 Saddle Brown

📋 copy color: '#8C4809'

red 140 ◦ green 72 ◦ blue 9

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

Shades of Saddle Brown #8C4809

Tints of Saddle Brown #8C4809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

 BLUE value IS 9 (3.91% from 255) = 4.07%

R = 63.35%
G = 32.58%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C4809 (or 0x8C4809) is known color: Saddle Brown. HEX triplet: 8C, 48 and 09. RGB value is (140,72,9). Sum of RGB (Red+Green+Blue) = 140+72+9=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4809 is #73B7F6. Grayscale: #555555. Windows color (decimal): -7583735 or 608396. OLE color: 608396.

HSL color Cylindrical-coordinate representation of color #8C4809: hue angle of 28.85º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C4809 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 72 9 -
CMYK 0 0.49 0.94 0.45
HSL 28.85º 0.88% 0.29% -
HSV(B) 28.85º 0.94% 0.55% -
XYZ 13.18 10.23 1.54 -
YUV 85.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 140 72 9 0 0.49 0.94 0.45 28.85 0.88 0.29
Hex 8C 48 9 0 31 5E 2D 1D 58 1D
Octal 214 110 11 0 61 136 55 35 130 35
Binary 10001100 1001000 1001 0 110001 1011110 101101 11101 1011000 11101

Color Harmonies of #8C4809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4809

Black with #8C4809

Text Example


Text Example

White with #8C4809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,72,9); }

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

background-color css

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

 a { background-color: rgb(140,72,9); }

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

border-color css

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

 span { border-color: rgb(140,72,9); }

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