Html Css Color HEX #953A20 Fire

📋 copy color: '#953A20'

red 149 ◦ green 58 ◦ blue 32

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

Shades of Fire #953A20

Tints of Fire #953A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.27%

 BLUE value IS 32 (12.89% from 255) = 13.39%

R = 62.34%
G = 24.27%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#953A20 (or 0x953A20) is known color: Fire. HEX triplet: 95, 3A and 20. RGB value is (149,58,32). Sum of RGB (Red+Green+Blue) = 149+58+32=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #953A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A20 is #6AC5DF. Grayscale: #525252. Windows color (decimal): -6997472 or 2112149. OLE color: 2112149.

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

Color convert

RGB 149 58 32 -
CMYK 0 0.61 0.79 0.42
HSL 13.33º 0.65% 0.35% -
HSV(B) 13.33º 0.79% 0.58% -
XYZ 14.17 9.52 2.46 -
YUV 82.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 149 58 32 0 0.61 0.79 0.42 13.33 0.65 0.35
Hex 95 3A 20 0 3D 4F 2A D 41 23
Octal 225 72 40 0 75 117 52 15 101 43
Binary 10010101 111010 100000 0 111101 1001111 101010 1101 1000001 100011

Color Harmonies of #953A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A20

Black with #953A20

Text Example


Text Example

White with #953A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,58,32); }

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

background-color css

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

 a { background-color: rgb(149,58,32); }

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

border-color css

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

 span { border-color: rgb(149,58,32); }

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