#83551F

Color #83551F Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #83551F

Tints of Hot Curry #83551F

Color information

#83551F (or 0x83551F) is unknown color: approx Hot Curry. HEX triplet: 83, 55 and 1F. RGB value is (131,85,31). Sum of RGB (Red+Green+Blue) = 131+85+31=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83551F is #7CAAE0. Grayscale: #5C5C5C. Windows color (decimal): -8170209 or 2053507. OLE color: 2053507.

HSL color Cylindrical-coordinate representation of color #83551F: hue angle of 32.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83551F is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1318531-
CMYK00.350.760.49
HSL32.4º61.73%31.76%-
HSV(B)32.4º76.34%51.37%-
XYZ12.8611.422.82-
YUV92.693.24155.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.04%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=53.04%
G=34.41%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131853100.350.760.4932.461.7331.76
Hex83551F0234C31203e20
Octal2031253704311461407640
Binary1000001110101011111101000111001100110001100000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83551F; }

 p { color: rgb(131,85,31); }

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

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

 a { background-color: rgb(131,85,31); }

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

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

 span { border-color: rgb(131,85,31); }

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