Html Css Color HEX #8C4915 Saddle Brown

📋 copy color: '#8C4915'

red 140 ◦ green 73 ◦ blue 21

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

Shades of Saddle Brown #8C4915

Tints of Saddle Brown #8C4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 59.83%
G = 31.2%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8C4915 (or 0x8C4915) is known color: Saddle Brown. HEX triplet: 8C, 49 and 15. RGB value is (140,73,21). Sum of RGB (Red+Green+Blue) = 140+73+21=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4915 is #73B6EA. Grayscale: #575757. Windows color (decimal): -7583467 or 1395084. OLE color: 1395084.

HSL color Cylindrical-coordinate representation of color #8C4915: hue angle of 26.22º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C4915 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 73 21 -
CMYK 0 0.48 0.85 0.45
HSL 26.22º 0.74% 0.32% -
HSV(B) 26.22º 0.85% 0.55% -
XYZ 13.33 10.39 2.01 -
YUV 87.11 90.7 165.73 -
System Red Green Blue C M Y K H S L
Decimal 140 73 21 0 0.48 0.85 0.45 26.22 0.74 0.32
Hex 8C 49 15 0 30 55 2D 1A 4A 20
Octal 214 111 25 0 60 125 55 32 112 40
Binary 10001100 1001001 10101 0 110000 1010101 101101 11010 1001010 100000

Color Harmonies of #8C4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4915

Black with #8C4915

Text Example


Text Example

White with #8C4915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,73,21); }

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

background-color css

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

 a { background-color: rgb(140,73,21); }

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

border-color css

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

 span { border-color: rgb(140,73,21); }

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