#823D28

Color #823D28 Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #823D28

Tints of Fire #823D28

Color information

#823D28 (or 0x823D28) is unknown color: approx Fire. HEX triplet: 82, 3D and 28. RGB value is (130,61,40). Sum of RGB (Red+Green+Blue) = 130+61+40=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #823D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823D28 is #7DC2D7. Grayscale: #4F4F4F. Windows color (decimal): -8241880 or 2637186. OLE color: 2637186.

HSL color Cylindrical-coordinate representation of color #823D28: hue angle of 14º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #823D28 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1306140-
CMYK00.530.690.49
HSL14º52.94%33.33%-
HSV(B)14º69.23%50.98%-
XYZ11.268.243-
YUV79.24105.86164.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=56.28%
G=26.41%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130614000.530.690.491452.9433.33
Hex823D280354531e3521
Octal202755006510561166541
Binary10000010111101101000011010110001011100011110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823D28; }

 p { color: rgb(130,61,40); }

 H1.HeaderClassName
 {
   color: #823D28;
 }
 .AnyTagClassName
 {
   color: #823D28;
 }
</style>
background-color css

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

 a { background-color: rgb(130,61,40); }

 div.DivClassName
 {
   background-color: #823D28;
 }
 .BgClassName
 {
   background-color: #823D28;
 }
</style>
border-color css

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

 span { border-color: rgb(130,61,40); }

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