#874427

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

Shades of Fire #874427

Tints of Fire #874427

Color information

#874427 (or 0x874427) is unknown color: approx Fire. HEX triplet: 87, 44 and 27. RGB value is (135,68,39). Sum of RGB (Red+Green+Blue) = 135+68+39=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #874427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874427 is #78BBD8. Grayscale: #545454. Windows color (decimal): -7912409 or 2573447. OLE color: 2573447.

HSL color Cylindrical-coordinate representation of color #874427: hue angle of 18.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 #874427 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1356839-
CMYK00.500.710.47
HSL18.12º55.17%34.12%-
HSV(B)18.12º71.11%52.94%-
XYZ12.439.433.09-
YUV84.73102.2163.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.79%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 39 (15.62% from 255) = 16.12%
R=55.79%
G=28.10%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135683900.500.710.4718.1255.1734.12
Hex874427032472F123722
Octal2071044706210757226742
Binary1000011110001001001110110010100011110111110010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874427; }

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

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

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

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

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

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

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

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