Html Css Color HEX #884021 Fire

📋 copy color: '#884021'

red 136 ◦ green 64 ◦ blue 33

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

Shades of Fire #884021

Tints of Fire #884021

RGB

 RED value IS 136 (53.52% from 255) = 58.37%

 GREEN value IS 64 (25.39% from 255) = 27.47%

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

R = 58.37%
G = 27.47%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#884021 (or 0x884021) is known color: Fire. HEX triplet: 88, 40 and 21. RGB value is (136,64,33). Sum of RGB (Red+Green+Blue) = 136+64+33=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #884021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884021 is #77BFDE. Grayscale: #525252. Windows color (decimal): -7847903 or 2179208. OLE color: 2179208.

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

Color convert

RGB 136 64 33 -
CMYK 0 0.53 0.76 0.47
HSL 18.06º 0.61% 0.33% -
HSV(B) 18.06º 0.76% 0.53% -
XYZ 12.26 9.01 2.53 -
YUV 81.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 136 64 33 0 0.53 0.76 0.47 18.06 0.61 0.33
Hex 88 40 21 0 35 4C 2F 12 3D 21
Octal 210 100 41 0 65 114 57 22 75 41
Binary 10001000 1000000 100001 0 110101 1001100 101111 10010 111101 100001

Color Harmonies of #884021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884021

Black with #884021

Text Example


Text Example

White with #884021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884021; }

 p { color: rgb(136,64,33); }

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

background-color css

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

 a { background-color: rgb(136,64,33); }

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

border-color css

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

 span { border-color: rgb(136,64,33); }

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