Html Css Color HEX #884223 Fire

📋 copy color: '#884223'

red 136 ◦ green 66 ◦ blue 35

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

Shades of Fire #884223

Tints of Fire #884223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.77%

R = 57.38%
G = 27.85%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#884223 (or 0x884223) is known color: Fire. HEX triplet: 88, 42 and 23. RGB value is (136,66,35). Sum of RGB (Red+Green+Blue) = 136+66+35=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #884223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884223 is #77BDDC. Grayscale: #535353. Windows color (decimal): -7847389 or 2310792. OLE color: 2310792.

HSL color Cylindrical-coordinate representation of color #884223: hue angle of 18.42º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #884223 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 66 35 -
CMYK 0 0.51 0.74 0.47
HSL 18.42º 0.59% 0.34% -
HSV(B) 18.42º 0.74% 0.53% -
XYZ 12.4 9.25 2.72 -
YUV 83.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 136 66 35 0 0.51 0.74 0.47 18.42 0.59 0.34
Hex 88 42 23 0 33 4A 2F 12 3B 22
Octal 210 102 43 0 63 112 57 22 73 42
Binary 10001000 1000010 100011 0 110011 1001010 101111 10010 111011 100010

Color Harmonies of #884223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884223

Black with #884223

Text Example


Text Example

White with #884223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884223; }

 p { color: rgb(136,66,35); }

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

background-color css

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

 a { background-color: rgb(136,66,35); }

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

border-color css

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

 span { border-color: rgb(136,66,35); }

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