#83612E

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

Shades of Hot Curry #83612E

Tints of Hot Curry #83612E

Color information

#83612E (or 0x83612E) is unknown color: approx Hot Curry. HEX triplet: 83, 61 and 2E. RGB value is (131,97,46). Sum of RGB (Red+Green+Blue) = 131+97+46=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83612E is #7C9ED1. Grayscale: #656565. Windows color (decimal): -8167122 or 3039619. OLE color: 3039619.

HSL color Cylindrical-coordinate representation of color #83612E: hue angle of 36º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83612E is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1319746-
CMYK00.260.650.49
HSL36º48.02%34.71%-
HSV(B)36º64.89%51.37%-
XYZ14.1313.574.46-
YUV101.3596.76149.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=47.81%
G=35.40%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131974600.260.650.493648.0234.71
Hex83612E01A4131243023
Octal2031415603210161446043
Binary1000001111000011011100110101000001110001100100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83612E; }

 p { color: rgb(131,97,46); }

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

<style>
 a { background-color: #83612E; }

 a { background-color: rgb(131,97,46); }

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

<style>
 span { border-color: #83612E; }

 span { border-color: rgb(131,97,46); }

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