Html Css Color HEX #845D1D Hot Curry

📋 copy color: '#845D1D'

red 132 ◦ green 93 ◦ blue 29

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

Shades of Hot Curry #845D1D

Tints of Hot Curry #845D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 51.97%
G = 36.61%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#845D1D (or 0x845D1D) is known color: Hot Curry. HEX triplet: 84, 5D and 1D. RGB value is (132,93,29). Sum of RGB (Red+Green+Blue) = 132+93+29=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #845D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D1D is #7BA2E2. Grayscale: #616161. Windows color (decimal): -8102627 or 1924484. OLE color: 1924484.

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

Color convert

RGB 132 93 29 -
CMYK 0 0.30 0.78 0.48
HSL 37.28º 0.64% 0.32% -
HSV(B) 37.28º 0.78% 0.52% -
XYZ 13.65 12.82 2.92 -
YUV 97.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 132 93 29 0 0.30 0.78 0.48 37.28 0.64 0.32
Hex 84 5D 1D 0 1E 4E 30 25 40 20
Octal 204 135 35 0 36 116 60 45 100 40
Binary 10000100 1011101 11101 0 11110 1001110 110000 100101 1000000 100000

Color Harmonies of #845D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D1D

Black with #845D1D

Text Example


Text Example

White with #845D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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