#84622E

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

Shades of Hot Curry #84622E

Tints of Hot Curry #84622E

Color information

#84622E (or 0x84622E) is unknown color: approx Hot Curry. HEX triplet: 84, 62 and 2E. RGB value is (132,98,46). Sum of RGB (Red+Green+Blue) = 132+98+46=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84622E is #7B9DD1. Grayscale: #666666. Windows color (decimal): -8101330 or 3039876. OLE color: 3039876.

HSL color Cylindrical-coordinate representation of color #84622E: hue angle of 36.28º 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 #84622E is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1329846-
CMYK00.260.650.48
HSL36.28º48.31%34.9%-
HSV(B)36.28º65.15%51.76%-
XYZ14.3813.844.5-
YUV102.2496.26149.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=47.83%
G=35.51%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132984600.260.650.4836.2848.3134.9
Hex84622E01A4130243023
Octal2041425603210160446043
Binary1000010011000101011100110101000001110000100100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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