#84602F

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

Shades of Hot Curry #84602F

Tints of Hot Curry #84602F

Color information

#84602F (or 0x84602F) is unknown color: approx Hot Curry. HEX triplet: 84, 60 and 2F. RGB value is (132,96,47). Sum of RGB (Red+Green+Blue) = 132+96+47=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84602F is #7B9FD0. Grayscale: #656565. Windows color (decimal): -8101841 or 3104900. OLE color: 3104900.

HSL color Cylindrical-coordinate representation of color #84602F: hue angle of 34.59º 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 #84602F is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1329647-
CMYK00.270.640.48
HSL34.59º47.49%35.1%-
HSV(B)34.59º64.39%51.76%-
XYZ14.2113.484.54-
YUV101.1897.43149.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 47 (18.75% from 255) = 17.09%
R=48%
G=34.91%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132964700.270.640.4834.5947.4935.1
Hex84602F01B4030232f23
Octal2041405703310060435743
Binary1000010011000001011110110111000000110000100011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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