Html Css Color HEX #953A21 Fire

📋 copy color: '#953A21'

red 149 ◦ green 58 ◦ blue 33

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

Shades of Fire #953A21

Tints of Fire #953A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.75%

R = 62.08%
G = 24.17%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#953A21 (or 0x953A21) is known color: Fire. HEX triplet: 95, 3A and 21. RGB value is (149,58,33). Sum of RGB (Red+Green+Blue) = 149+58+33=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #953A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A21 is #6AC5DE. Grayscale: #525252. Windows color (decimal): -6997471 or 2177685. OLE color: 2177685.

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

Color convert

RGB 149 58 33 -
CMYK 0 0.61 0.78 0.42
HSL 12.93º 0.64% 0.36% -
HSV(B) 12.93º 0.78% 0.58% -
XYZ 14.18 9.53 2.53 -
YUV 82.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 149 58 33 0 0.61 0.78 0.42 12.93 0.64 0.36
Hex 95 3A 21 0 3D 4E 2A D 40 24
Octal 225 72 41 0 75 116 52 15 100 44
Binary 10010101 111010 100001 0 111101 1001110 101010 1101 1000000 100100

Color Harmonies of #953A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A21

Black with #953A21

Text Example


Text Example

White with #953A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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