#873D23

Color #873D23 Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #873D23

Tints of Fire #873D23

Color information

#873D23 (or 0x873D23) is unknown color: approx Fire. HEX triplet: 87, 3D and 23. RGB value is (135,61,35). Sum of RGB (Red+Green+Blue) = 135+61+35=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #873D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D23 is #78C2DC. Grayscale: #505050. Windows color (decimal): -7914205 or 2309511. OLE color: 2309511.

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

Color convert

RGB1356135-
CMYK00.550.740.47
HSL15.6º58.82%33.33%-
HSV(B)15.6º74.07%52.94%-
XYZ11.968.612.62-
YUV80.16102.52167.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 35 (14.06% from 255) = 15.15%
R=58.44%
G=26.41%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135613500.550.740.4715.658.8233.33
Hex873D230374A2F103b21
Octal207754306711257207341
Binary100001111111011000110110111100101010111110000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,61,35); }

 H1.HeaderClassName
 {
   color: #873D23;
 }
 .AnyTagClassName
 {
   color: #873D23;
 }
</style>
background-color css

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

 a { background-color: rgb(135,61,35); }

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

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

 span { border-color: rgb(135,61,35); }

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