Html Css Color HEX #846020 Hot Curry

📋 copy color: '#846020'

red 132 ◦ green 96 ◦ blue 32

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

Shades of Hot Curry #846020

Tints of Hot Curry #846020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.92%

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 50.77%
G = 36.92%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#846020 (or 0x846020) is known color: Hot Curry. HEX triplet: 84, 60 and 20. RGB value is (132,96,32). Sum of RGB (Red+Green+Blue) = 132+96+32=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #846020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846020 is #7B9FDF. Grayscale: #636363. Windows color (decimal): -8101856 or 2121860. OLE color: 2121860.

HSL color Cylindrical-coordinate representation of color #846020: hue angle of 38.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #846020 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 32 -
CMYK 0 0.27 0.76 0.48
HSL 38.4º 0.61% 0.32% -
HSV(B) 38.4º 0.76% 0.52% -
XYZ 13.96 13.38 3.21 -
YUV 99.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 132 96 32 0 0.27 0.76 0.48 38.4 0.61 0.32
Hex 84 60 20 0 1B 4C 30 26 3D 20
Octal 204 140 40 0 33 114 60 46 75 40
Binary 10000100 1100000 100000 0 11011 1001100 110000 100110 111101 100000

Color Harmonies of #846020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846020

Black with #846020

Text Example


Text Example

White with #846020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846020; }

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

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

background-color css

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

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

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

border-color css

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

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

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