Html Css Color HEX #845E25 Hot Curry

📋 copy color: '#845E25'

red 132 ◦ green 94 ◦ blue 37

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

Shades of Hot Curry #845E25

Tints of Hot Curry #845E25

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.74%

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 50.19%
G = 35.74%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#845E25 (or 0x845E25) is known color: Hot Curry. HEX triplet: 84, 5E and 25. RGB value is (132,94,37). Sum of RGB (Red+Green+Blue) = 132+94+37=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #845E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E25 is #7BA1DA. Grayscale: #636363. Windows color (decimal): -8102363 or 2449028. OLE color: 2449028.

HSL color Cylindrical-coordinate representation of color #845E25: hue angle of 36º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #845E25 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 94 37 -
CMYK 0 0.29 0.72 0.48
HSL 36º 0.56% 0.33% -
HSV(B) 36º 0.72% 0.52% -
XYZ 13.85 13.04 3.54 -
YUV 98.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 132 94 37 0 0.29 0.72 0.48 36 0.56 0.33
Hex 84 5E 25 0 1D 48 30 24 38 21
Octal 204 136 45 0 35 110 60 44 70 41
Binary 10000100 1011110 100101 0 11101 1001000 110000 100100 111000 100001

Color Harmonies of #845E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E25

Black with #845E25

Text Example


Text Example

White with #845E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,94,37); }

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

background-color css

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

 a { background-color: rgb(132,94,37); }

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

border-color css

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

 span { border-color: rgb(132,94,37); }

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