#833F27

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

Shades of Fire #833F27

Tints of Fire #833F27

Color information

#833F27 (or 0x833F27) is unknown color: approx Fire. HEX triplet: 83, 3F and 27. RGB value is (131,63,39). Sum of RGB (Red+Green+Blue) = 131+63+39=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #833F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833F27 is #7CC0D8. Grayscale: #505050. Windows color (decimal): -8175833 or 2572163. OLE color: 2572163.

HSL color Cylindrical-coordinate representation of color #833F27: hue angle of 15.65º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #833F27 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1316339-
CMYK00.520.700.49
HSL15.65º54.12%33.33%-
HSV(B)15.65º70.23%51.37%-
XYZ11.58.532.96-
YUV80.6104.53163.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.22%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 39 (15.62% from 255) = 16.74%
R=56.22%
G=27.04%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131633900.520.700.4915.6554.1233.33
Hex833F270344631103621
Octal203774706410661206641
Binary100000111111111001110110100100011011000110000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833F27; }

 p { color: rgb(131,63,39); }

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

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

 a { background-color: rgb(131,63,39); }

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

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

 span { border-color: rgb(131,63,39); }

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