Html Css Color HEX #845C29 Hot Curry

📋 copy color: '#845C29'

red 132 ◦ green 92 ◦ blue 41

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

Shades of Hot Curry #845C29

Tints of Hot Curry #845C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.72%

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 49.81%
G = 34.72%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#845C29 (or 0x845C29) is known color: Hot Curry. HEX triplet: 84, 5C and 29. RGB value is (132,92,41). Sum of RGB (Red+Green+Blue) = 132+92+41=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #845C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C29 is #7BA3D6. Grayscale: #626262. Windows color (decimal): -8102871 or 2710660. OLE color: 2710660.

HSL color Cylindrical-coordinate representation of color #845C29: hue angle of 33.63º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #845C29 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 92 41 -
CMYK 0 0.30 0.69 0.48
HSL 33.63º 0.53% 0.34% -
HSV(B) 33.63º 0.69% 0.52% -
XYZ 13.74 12.72 3.83 -
YUV 98.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 132 92 41 0 0.30 0.69 0.48 33.63 0.53 0.34
Hex 84 5C 29 0 1E 45 30 22 35 22
Octal 204 134 51 0 36 105 60 42 65 42
Binary 10000100 1011100 101001 0 11110 1000101 110000 100010 110101 100010

Color Harmonies of #845C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C29

Black with #845C29

Text Example


Text Example

White with #845C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,92,41); }

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

background-color css

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

 a { background-color: rgb(132,92,41); }

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

border-color css

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

 span { border-color: rgb(132,92,41); }

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