Html Css Color HEX #954221 Fire

📋 copy color: '#954221'

red 149 ◦ green 66 ◦ blue 33

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

Shades of Fire #954221

Tints of Fire #954221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

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

R = 60.08%
G = 26.61%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#954221 (or 0x954221) is known color: Fire. HEX triplet: 95, 42 and 21. RGB value is (149,66,33). Sum of RGB (Red+Green+Blue) = 149+66+33=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #954221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954221 is #6ABDDE. Grayscale: #575757. Windows color (decimal): -6995423 or 2179733. OLE color: 2179733.

HSL color Cylindrical-coordinate representation of color #954221: hue angle of 17.07º 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 #954221 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 33 -
CMYK 0 0.56 0.78 0.42
HSL 17.07º 0.64% 0.36% -
HSV(B) 17.07º 0.78% 0.58% -
XYZ 14.62 10.4 2.68 -
YUV 87.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 149 66 33 0 0.56 0.78 0.42 17.07 0.64 0.36
Hex 95 42 21 0 38 4E 2A 11 40 24
Octal 225 102 41 0 70 116 52 21 100 44
Binary 10010101 1000010 100001 0 111000 1001110 101010 10001 1000000 100100

Color Harmonies of #954221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954221

Black with #954221

Text Example


Text Example

White with #954221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954221; }

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

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

background-color css

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

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

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

border-color css

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

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

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