Html Css Color HEX #846021 Hot Curry

📋 copy color: '#846021'

red 132 ◦ green 96 ◦ blue 33

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

Shades of Hot Curry #846021

Tints of Hot Curry #846021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 50.57%
G = 36.78%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#846021 (or 0x846021) is known color: Hot Curry. HEX triplet: 84, 60 and 21. RGB value is (132,96,33). Sum of RGB (Red+Green+Blue) = 132+96+33=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #846021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846021 is #7B9FDE. Grayscale: #636363. Windows color (decimal): -8101855 or 2187396. OLE color: 2187396.

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

Color convert

RGB 132 96 33 -
CMYK 0 0.27 0.75 0.48
HSL 38.18º 0.6% 0.32% -
HSV(B) 38.18º 0.75% 0.52% -
XYZ 13.97 13.38 3.29 -
YUV 99.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 132 96 33 0 0.27 0.75 0.48 38.18 0.6 0.32
Hex 84 60 21 0 1B 4B 30 26 3C 20
Octal 204 140 41 0 33 113 60 46 74 40
Binary 10000100 1100000 100001 0 11011 1001011 110000 100110 111100 100000

Color Harmonies of #846021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846021

Black with #846021

Text Example


Text Example

White with #846021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846021; }

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

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

background-color css

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

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

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

border-color css

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

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

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