Html Css Color HEX #845D29 Hot Curry

📋 copy color: '#845D29'

red 132 ◦ green 93 ◦ blue 41

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

Shades of Hot Curry #845D29

Tints of Hot Curry #845D29

RGB

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

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

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

R = 49.62%
G = 34.96%
B = 15.41%

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

#845D29 (or 0x845D29) is known color: Hot Curry. HEX triplet: 84, 5D and 29. RGB value is (132,93,41). Sum of RGB (Red+Green+Blue) = 132+93+41=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #845D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D29 is #7BA2D6. Grayscale: #626262. Windows color (decimal): -8102615 or 2710916. OLE color: 2710916.

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

Color convert

RGB 132 93 41 -
CMYK 0 0.30 0.69 0.48
HSL 34.29º 0.53% 0.34% -
HSV(B) 34.29º 0.69% 0.52% -
XYZ 13.83 12.89 3.86 -
YUV 98.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 132 93 41 0 0.30 0.69 0.48 34.29 0.53 0.34
Hex 84 5D 29 0 1E 45 30 22 35 22
Octal 204 135 51 0 36 105 60 42 65 42
Binary 10000100 1011101 101001 0 11110 1000101 110000 100010 110101 100010

Color Harmonies of #845D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D29

Black with #845D29

Text Example


Text Example

White with #845D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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