Html Css Color HEX #884228 Fire

📋 copy color: '#884228'

red 136 ◦ green 66 ◦ blue 40

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

Shades of Fire #884228

Tints of Fire #884228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.53%

R = 56.2%
G = 27.27%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#884228 (or 0x884228) is known color: Fire. HEX triplet: 88, 42 and 28. RGB value is (136,66,40). Sum of RGB (Red+Green+Blue) = 136+66+40=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #884228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884228 is #77BDD7. Grayscale: #545454. Windows color (decimal): -7847384 or 2638472. OLE color: 2638472.

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

Color convert

RGB 136 66 40 -
CMYK 0 0.51 0.71 0.47
HSL 16.25º 0.55% 0.35% -
HSV(B) 16.25º 0.71% 0.53% -
XYZ 12.48 9.28 3.14 -
YUV 83.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 136 66 40 0 0.51 0.71 0.47 16.25 0.55 0.35
Hex 88 42 28 0 33 47 2F 10 37 23
Octal 210 102 50 0 63 107 57 20 67 43
Binary 10001000 1000010 101000 0 110011 1000111 101111 10000 110111 100011

Color Harmonies of #884228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884228

Black with #884228

Text Example


Text Example

White with #884228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884228; }

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

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

background-color css

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

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

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

border-color css

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

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

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