Html Css Color HEX #8C2904 Saddle Brown

📋 copy color: '#8C2904'

red 140 ◦ green 41 ◦ blue 4

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

Shades of Saddle Brown #8C2904

Tints of Saddle Brown #8C2904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.16%

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

R = 75.68%
G = 22.16%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C2904 (or 0x8C2904) is known color: Saddle Brown. HEX triplet: 8C, 29 and 04. RGB value is (140,41,4). Sum of RGB (Red+Green+Blue) = 140+41+4=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2904 is #73D6FB. Grayscale: #424242. Windows color (decimal): -7591676 or 272780. OLE color: 272780.

HSL color Cylindrical-coordinate representation of color #8C2904: hue angle of 16.32º 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 #8C2904 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 4 -
CMYK 0 0.71 0.97 0.45
HSL 16.32º 0.94% 0.28% -
HSV(B) 16.32º 0.97% 0.55% -
XYZ 11.63 7.17 0.89 -
YUV 66.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 140 41 4 0 0.71 0.97 0.45 16.32 0.94 0.28
Hex 8C 29 4 0 47 61 2D 10 5E 1C
Octal 214 51 4 0 107 141 55 20 136 34
Binary 10001100 101001 100 0 1000111 1100001 101101 10000 1011110 11100

Color Harmonies of #8C2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2904

Black with #8C2904

Text Example


Text Example

White with #8C2904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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