Html Css Color HEX #873C29 Fire

📋 copy color: '#873C29'

red 135 ◦ green 60 ◦ blue 41

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

Shades of Fire #873C29

Tints of Fire #873C29

RGB

 RED value IS 135 (53.13% from 255) = 57.2%

 GREEN value IS 60 (23.83% from 255) = 25.42%

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 57.2%
G = 25.42%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#873C29 (or 0x873C29) is known color: Fire. HEX triplet: 87, 3C and 29. RGB value is (135,60,41). Sum of RGB (Red+Green+Blue) = 135+60+41=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #873C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C29 is #78C3D6. Grayscale: #505050. Windows color (decimal): -7914455 or 2702471. OLE color: 2702471.

HSL color Cylindrical-coordinate representation of color #873C29: hue angle of 12.13º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #873C29 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 60 41 -
CMYK 0 0.56 0.70 0.47
HSL 12.13º 0.53% 0.35% -
HSV(B) 12.13º 0.7% 0.53% -
XYZ 12.01 8.54 3.11 -
YUV 80.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 135 60 41 0 0.56 0.70 0.47 12.13 0.53 0.35
Hex 87 3C 29 0 38 46 2F C 35 23
Octal 207 74 51 0 70 106 57 14 65 43
Binary 10000111 111100 101001 0 111000 1000110 101111 1100 110101 100011

Color Harmonies of #873C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C29

Black with #873C29

Text Example


Text Example

White with #873C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873C29; }

 p { color: rgb(135,60,41); }

 H1.HeaderClassName
 {
   color: #873C29;
 }
 .AnyTagClassName
 {
   color: #873C29;
 }
</style>

background-color css

<style>
 a { background-color: #873C29; }

 a { background-color: rgb(135,60,41); }

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

border-color css

<style>
 span { border-color: #873C29; }

 span { border-color: rgb(135,60,41); }

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