Html Css Color HEX #873C27 Fire

📋 copy color: '#873C27'

red 135 ◦ green 60 ◦ blue 39

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

Shades of Fire #873C27

Tints of Fire #873C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.67%

R = 57.69%
G = 25.64%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#873C27 (or 0x873C27) is known color: Fire. HEX triplet: 87, 3C and 27. RGB value is (135,60,39). Sum of RGB (Red+Green+Blue) = 135+60+39=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #873C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C27 is #78C3D8. Grayscale: #505050. Windows color (decimal): -7914457 or 2571399. OLE color: 2571399.

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

Color convert

RGB 135 60 39 -
CMYK 0 0.56 0.71 0.47
HSL 13.13º 0.55% 0.34% -
HSV(B) 13.13º 0.71% 0.53% -
XYZ 11.97 8.53 2.93 -
YUV 80.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 135 60 39 0 0.56 0.71 0.47 13.13 0.55 0.34
Hex 87 3C 27 0 38 47 2F D 37 22
Octal 207 74 47 0 70 107 57 15 67 42
Binary 10000111 111100 100111 0 111000 1000111 101111 1101 110111 100010

Color Harmonies of #873C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C27

Black with #873C27

Text Example


Text Example

White with #873C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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