Html Css Color HEX #845A29 Hot Curry

📋 copy color: '#845A29'

red 132 ◦ green 90 ◦ blue 41

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

Shades of Hot Curry #845A29

Tints of Hot Curry #845A29

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.22%

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

R = 50.19%
G = 34.22%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#845A29 (or 0x845A29) is known color: Hot Curry. HEX triplet: 84, 5A and 29. RGB value is (132,90,41). Sum of RGB (Red+Green+Blue) = 132+90+41=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #845A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A29 is #7BA5D6. Grayscale: #616161. Windows color (decimal): -8103383 or 2710148. OLE color: 2710148.

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

Color convert

RGB 132 90 41 -
CMYK 0 0.32 0.69 0.48
HSL 32.31º 0.53% 0.34% -
HSV(B) 32.31º 0.69% 0.52% -
XYZ 13.57 12.38 3.77 -
YUV 96.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 132 90 41 0 0.32 0.69 0.48 32.31 0.53 0.34
Hex 84 5A 29 0 20 45 30 20 35 22
Octal 204 132 51 0 40 105 60 40 65 42
Binary 10000100 1011010 101001 0 100000 1000101 110000 100000 110101 100010

Color Harmonies of #845A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845A29

Black with #845A29

Text Example


Text Example

White with #845A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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