#833C27

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

Shades of Fire #833C27

Tints of Fire #833C27

Color information

#833C27 (or 0x833C27) is unknown color: approx Fire. HEX triplet: 83, 3C and 27. RGB value is (131,60,39). Sum of RGB (Red+Green+Blue) = 131+60+39=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #833C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833C27 is #7CC3D8. Grayscale: #4E4E4E. Windows color (decimal): -8176601 or 2571395. OLE color: 2571395.

HSL color Cylindrical-coordinate representation of color #833C27: hue angle of 13.7º 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 #833C27 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1316039-
CMYK00.540.700.49
HSL13.7º54.12%33.33%-
HSV(B)13.7º70.23%51.37%-
XYZ11.348.22.91-
YUV78.83105.52165.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.96%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=56.96%
G=26.09%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131603900.540.700.4913.754.1233.33
Hex833C270364631e3621
Octal203744706610661166641
Binary10000011111100100111011011010001101100011110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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