Html Css Color HEX #894221 Fire

📋 copy color: '#894221'

red 137 ◦ green 66 ◦ blue 33

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

Shades of Fire #894221

Tints of Fire #894221

RGB

 RED value IS 137 (53.91% from 255) = 58.05%

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

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

R = 58.05%
G = 27.97%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#894221 (or 0x894221) is known color: Fire. HEX triplet: 89, 42 and 21. RGB value is (137,66,33). Sum of RGB (Red+Green+Blue) = 137+66+33=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #894221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894221 is #76BDDE. Grayscale: #535353. Windows color (decimal): -7781855 or 2179721. OLE color: 2179721.

HSL color Cylindrical-coordinate representation of color #894221: hue angle of 19.04º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #894221 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 33 -
CMYK 0 0.52 0.76 0.46
HSL 19.04º 0.61% 0.33% -
HSV(B) 19.04º 0.76% 0.54% -
XYZ 12.54 9.32 2.58 -
YUV 83.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 137 66 33 0 0.52 0.76 0.46 19.04 0.61 0.33
Hex 89 42 21 0 34 4C 2E 13 3D 21
Octal 211 102 41 0 64 114 56 23 75 41
Binary 10001001 1000010 100001 0 110100 1001100 101110 10011 111101 100001

Color Harmonies of #894221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894221

Black with #894221

Text Example


Text Example

White with #894221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894221; }

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

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

background-color css

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

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

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

border-color css

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

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

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