Html Css Color HEX #8C2C04 Saddle Brown

📋 copy color: '#8C2C04'

red 140 ◦ green 44 ◦ blue 4

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

Shades of Saddle Brown #8C2C04

Tints of Saddle Brown #8C2C04

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.4%

 BLUE value IS 4 (1.95% from 255) = 2.13%

R = 74.47%
G = 23.4%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C2C04 (or 0x8C2C04) is known color: Saddle Brown. HEX triplet: 8C, 2C and 04. RGB value is (140,44,4). Sum of RGB (Red+Green+Blue) = 140+44+4=188 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.47% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2C04 is #73D3FB. Grayscale: #444444. Windows color (decimal): -7590908 or 273548. OLE color: 273548.

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

Color convert

RGB 140 44 4 -
CMYK 0 0.69 0.97 0.45
HSL 17.65º 0.94% 0.28% -
HSV(B) 17.65º 0.97% 0.55% -
XYZ 11.74 7.39 0.92 -
YUV 68.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 140 44 4 0 0.69 0.97 0.45 17.65 0.94 0.28
Hex 8C 2C 4 0 45 61 2D 12 5E 1C
Octal 214 54 4 0 105 141 55 22 136 34
Binary 10001100 101100 100 0 1000101 1100001 101101 10010 1011110 11100

Color Harmonies of #8C2C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2C04

Black with #8C2C04

Text Example


Text Example

White with #8C2C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,44,4); }

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

background-color css

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

 a { background-color: rgb(140,44,4); }

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

border-color css

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

 span { border-color: rgb(140,44,4); }

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