Html Css Color HEX #953D24 Fire

📋 copy color: '#953D24'

red 149 ◦ green 61 ◦ blue 36

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

Shades of Fire #953D24

Tints of Fire #953D24

RGB

 RED value IS 149 (58.59% from 255) = 60.57%

 GREEN value IS 61 (24.22% from 255) = 24.8%

 BLUE value IS 36 (14.45% from 255) = 14.63%

R = 60.57%
G = 24.8%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#953D24 (or 0x953D24) is known color: Fire. HEX triplet: 95, 3D and 24. RGB value is (149,61,36). Sum of RGB (Red+Green+Blue) = 149+61+36=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #953D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D24 is #6AC2DB. Grayscale: #545454. Windows color (decimal): -6996700 or 2375061. OLE color: 2375061.

HSL color Cylindrical-coordinate representation of color #953D24: hue angle of 13.27º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #953D24 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 61 36 -
CMYK 0 0.59 0.76 0.42
HSL 13.27º 0.61% 0.36% -
HSV(B) 13.27º 0.76% 0.58% -
XYZ 14.38 9.85 2.81 -
YUV 84.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 149 61 36 0 0.59 0.76 0.42 13.27 0.61 0.36
Hex 95 3D 24 0 3B 4C 2A D 3D 24
Octal 225 75 44 0 73 114 52 15 75 44
Binary 10010101 111101 100100 0 111011 1001100 101010 1101 111101 100100

Color Harmonies of #953D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953D24

Black with #953D24

Text Example


Text Example

White with #953D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953D24; }

 p { color: rgb(149,61,36); }

 H1.HeaderClassName
 {
   color: #953D24;
 }
 .AnyTagClassName
 {
   color: #953D24;
 }
</style>

background-color css

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

 a { background-color: rgb(149,61,36); }

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

border-color css

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

 span { border-color: rgb(149,61,36); }

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