#833F2B

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

Shades of Fire #833F2B

Tints of Fire #833F2B

Color information

#833F2B (or 0x833F2B) is unknown color: approx Fire. HEX triplet: 83, 3F and 2B. RGB value is (131,63,43). Sum of RGB (Red+Green+Blue) = 131+63+43=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #833F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833F2B is #7CC0D4. Grayscale: #515151. Windows color (decimal): -8175829 or 2834307. OLE color: 2834307.

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

Color convert

RGB1316343-
CMYK00.520.670.49
HSL13.64º50.57%34.12%-
HSV(B)13.64º67.18%51.37%-
XYZ11.578.553.33-
YUV81.05106.53163.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 63 (25% from 255) = 26.58%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=55.27%
G=26.58%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131634300.520.670.4913.6450.5734.12
Hex833F2B0344331e3322
Octal203775306410361166342
Binary10000011111111101011011010010000111100011110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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