#95401C

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

Shades of Fire #95401C

Tints of Fire #95401C

Color information

#95401C (or 0x95401C) is unknown color: approx Fire. HEX triplet: 95, 40 and 1C. RGB value is (149,64,28). Sum of RGB (Red+Green+Blue) = 149+64+28=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #95401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95401C is #6ABFE3. Grayscale: #555555. Windows color (decimal): -6995940 or 1851541. OLE color: 1851541.

HSL color Cylindrical-coordinate representation of color #95401C: hue angle of 17.85º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95401C is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1496428-
CMYK00.570.810.42
HSL17.85º68.36%34.71%-
HSV(B)17.85º81.21%58.43%-
XYZ14.4410.142.29-
YUV85.3195.66173.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.83%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=61.83%
G=26.56%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149642800.570.810.4217.8568.3634.71
Hex95401C039512A124423
Octal22510034071121522210443
Binary1001010110000001110001110011010001101010100101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95401C; }

 p { color: rgb(149,64,28); }

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

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

 a { background-color: rgb(149,64,28); }

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

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

 span { border-color: rgb(149,64,28); }

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