#84632E

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

Shades of Hot Curry #84632E

Tints of Hot Curry #84632E

Color information

#84632E (or 0x84632E) is unknown color: approx Hot Curry. HEX triplet: 84, 63 and 2E. RGB value is (132,99,46). Sum of RGB (Red+Green+Blue) = 132+99+46=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84632E is #7B9CD1. Grayscale: #676767. Windows color (decimal): -8101074 or 3040132. OLE color: 3040132.

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

Color convert

RGB1329946-
CMYK00.250.650.48
HSL36.98º48.31%34.9%-
HSV(B)36.98º65.15%51.76%-
XYZ14.4714.034.53-
YUV102.8295.93148.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=47.65%
G=35.74%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132994600.250.650.4836.9848.3134.9
Hex84632E0194130253023
Octal2041435603110160456043
Binary1000010011000111011100110011000001110000100101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,99,46); }

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

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

 a { background-color: rgb(132,99,46); }

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

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

 span { border-color: rgb(132,99,46); }

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