Html Css Color HEX #845320 Hot Curry

📋 copy color: '#845320'

red 132 ◦ green 83 ◦ blue 32

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

Shades of Hot Curry #845320

Tints of Hot Curry #845320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.6%

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

R = 53.44%
G = 33.6%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#845320 (or 0x845320) is known color: Hot Curry. HEX triplet: 84, 53 and 20. RGB value is (132,83,32). Sum of RGB (Red+Green+Blue) = 132+83+32=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #845320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845320 is #7BACDF. Grayscale: #5C5C5C. Windows color (decimal): -8105184 or 2118532. OLE color: 2118532.

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

Color convert

RGB 132 83 32 -
CMYK 0 0.37 0.76 0.48
HSL 30.6º 0.61% 0.32% -
HSV(B) 30.6º 0.76% 0.52% -
XYZ 12.87 11.2 2.85 -
YUV 91.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 132 83 32 0 0.37 0.76 0.48 30.6 0.61 0.32
Hex 84 53 20 0 25 4C 30 1F 3D 20
Octal 204 123 40 0 45 114 60 37 75 40
Binary 10000100 1010011 100000 0 100101 1001100 110000 11111 111101 100000

Color Harmonies of #845320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845320

Black with #845320

Text Example


Text Example

White with #845320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845320; }

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

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

background-color css

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

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

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

border-color css

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

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

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