#84652F

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

Shades of Hot Curry #84652F

Tints of Hot Curry #84652F

Color information

#84652F (or 0x84652F) is unknown color: approx Hot Curry. HEX triplet: 84, 65 and 2F. RGB value is (132,101,47). Sum of RGB (Red+Green+Blue) = 132+101+47=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84652F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84652F is #7B9AD0. Grayscale: #686868. Windows color (decimal): -8100561 or 3106180. OLE color: 3106180.

HSL color Cylindrical-coordinate representation of color #84652F: hue angle of 38.12º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84652F is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13210147-
CMYK00.230.640.48
HSL38.12º47.49%35.1%-
HSV(B)38.12º64.39%51.76%-
XYZ14.6814.424.7-
YUV104.1195.77147.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=47.14%
G=36.07%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321014700.230.640.4838.1247.4935.1
Hex84652F0174030262f23
Octal2041455702710060465743
Binary1000010011001011011110101111000000110000100110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,101,47); }

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

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

 a { background-color: rgb(132,101,47); }

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

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

 span { border-color: rgb(132,101,47); }

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