Html Css Color HEX #84562A Hot Curry

📋 copy color: '#84562A'

red 132 ◦ green 86 ◦ blue 42

#84562A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Curry #84562A

Tints of Hot Curry #84562A

RGB

 RED value IS 132 (51.95% from 255) = 50.77%

 GREEN value IS 86 (33.98% from 255) = 33.08%

 BLUE value IS 42 (16.8% from 255) = 16.15%

R = 50.77%
G = 33.08%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#84562A (or 0x84562A) is known color: Hot Curry. HEX triplet: 84, 56 and 2A. RGB value is (132,86,42). Sum of RGB (Red+Green+Blue) = 132+86+42=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84562A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84562A is #7BA9D5. Grayscale: #5E5E5E. Windows color (decimal): -8104406 or 2774660. OLE color: 2774660.

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

Color convert

RGB 132 86 42 -
CMYK 0 0.35 0.68 0.48
HSL 29.33º 0.52% 0.34% -
HSV(B) 29.33º 0.68% 0.52% -
XYZ 13.26 11.73 3.76 -
YUV 94.74 98.24 154.58 -
System Red Green Blue C M Y K H S L
Decimal 132 86 42 0 0.35 0.68 0.48 29.33 0.52 0.34
Hex 84 56 2A 0 23 44 30 1D 34 22
Octal 204 126 52 0 43 104 60 35 64 42
Binary 10000100 1010110 101010 0 100011 1000100 110000 11101 110100 100010

Color Harmonies of #84562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84562A

Black with #84562A

Text Example


Text Example

White with #84562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84562A; }

 p { color: rgb(132,86,42); }

 H1.HeaderClassName
 {
   color: #84562A;
 }
 .AnyTagClassName
 {
   color: #84562A;
 }
</style>

background-color css

<style>
 a { background-color: #84562A; }

 a { background-color: rgb(132,86,42); }

 div.DivClassName
 {
   background-color: #84562A;
 }
 .BgClassName
 {
   background-color: #84562A;
 }
</style>

border-color css

<style>
 span { border-color: #84562A; }

 span { border-color: rgb(132,86,42); }

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