#953826

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

Shades of Fire #953826

Tints of Fire #953826

Color information

#953826 (or 0x953826) is unknown color: approx Fire. HEX triplet: 95, 38 and 26. RGB value is (149,56,38). Sum of RGB (Red+Green+Blue) = 149+56+38=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #953826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953826 is #6AC7D9. Grayscale: #515151. Windows color (decimal): -6997978 or 2504853. OLE color: 2504853.

HSL color Cylindrical-coordinate representation of color #953826: hue angle of 9.73º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953826 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB1495638-
CMYK00.620.740.42
HSL9.73º59.36%36.67%-
HSV(B)9.73º74.5%58.43%-
XYZ14.169.362.89-
YUV81.76103.31175.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=61.32%
G=23.05%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149563800.620.740.429.7359.3636.67
Hex95382603E4A2Aa3b25
Octal225704607611252127345
Binary10010101111000100110011111010010101010101010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953826; }

 p { color: rgb(149,56,38); }

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

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

 a { background-color: rgb(149,56,38); }

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

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

 span { border-color: rgb(149,56,38); }

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