Html Css Color HEX #845821 Hot Curry

📋 copy color: '#845821'

red 132 ◦ green 88 ◦ blue 33

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

Shades of Hot Curry #845821

Tints of Hot Curry #845821

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.78%

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

R = 52.17%
G = 34.78%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#845821 (or 0x845821) is known color: Hot Curry. HEX triplet: 84, 58 and 21. RGB value is (132,88,33). Sum of RGB (Red+Green+Blue) = 132+88+33=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #845821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845821 is #7BA7DE. Grayscale: #5F5F5F. Windows color (decimal): -8103903 or 2185348. OLE color: 2185348.

HSL color Cylindrical-coordinate representation of color #845821: hue angle of 33.33º 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 #845821 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 88 33 -
CMYK 0 0.33 0.75 0.48
HSL 33.33º 0.6% 0.32% -
HSV(B) 33.33º 0.75% 0.52% -
XYZ 13.28 11.99 3.05 -
YUV 94.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 132 88 33 0 0.33 0.75 0.48 33.33 0.6 0.32
Hex 84 58 21 0 21 4B 30 21 3C 20
Octal 204 130 41 0 41 113 60 41 74 40
Binary 10000100 1011000 100001 0 100001 1001011 110000 100001 111100 100000

Color Harmonies of #845821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845821

Black with #845821

Text Example


Text Example

White with #845821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845821; }

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

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

background-color css

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

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

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

border-color css

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

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

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