Html Css Color HEX #845D2A Hot Curry

📋 copy color: '#845D2A'

red 132 ◦ green 93 ◦ blue 42

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

Shades of Hot Curry #845D2A

Tints of Hot Curry #845D2A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.83%

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

R = 49.44%
G = 34.83%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#845D2A (or 0x845D2A) is known color: Hot Curry. HEX triplet: 84, 5D and 2A. RGB value is (132,93,42). Sum of RGB (Red+Green+Blue) = 132+93+42=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #845D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D2A is #7BA2D5. Grayscale: #636363. Windows color (decimal): -8102614 or 2776452. OLE color: 2776452.

HSL color Cylindrical-coordinate representation of color #845D2A: hue angle of 34º 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 #845D2A is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 93 42 -
CMYK 0 0.30 0.68 0.48
HSL 34º 0.52% 0.34% -
HSV(B) 34º 0.68% 0.52% -
XYZ 13.85 12.9 3.95 -
YUV 98.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 132 93 42 0 0.30 0.68 0.48 34 0.52 0.34
Hex 84 5D 2A 0 1E 44 30 22 34 22
Octal 204 135 52 0 36 104 60 42 64 42
Binary 10000100 1011101 101010 0 11110 1000100 110000 100010 110100 100010

Color Harmonies of #845D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D2A

Black with #845D2A

Text Example


Text Example

White with #845D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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