Html Css Color HEX #845C19 Hot Curry

📋 copy color: '#845C19'

red 132 ◦ green 92 ◦ blue 25

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

Shades of Hot Curry #845C19

Tints of Hot Curry #845C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 53.01%
G = 36.95%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#845C19 (or 0x845C19) is known color: Hot Curry. HEX triplet: 84, 5C and 19. RGB value is (132,92,25). Sum of RGB (Red+Green+Blue) = 132+92+25=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #845C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845C19 is #7BA3E6. Grayscale: #606060. Windows color (decimal): -8102887 or 1662084. OLE color: 1662084.

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

Color convert

RGB 132 92 25 -
CMYK 0 0.30 0.81 0.48
HSL 37.57º 0.68% 0.31% -
HSV(B) 37.57º 0.81% 0.52% -
XYZ 13.52 12.63 2.65 -
YUV 96.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 132 92 25 0 0.30 0.81 0.48 37.57 0.68 0.31
Hex 84 5C 19 0 1E 51 30 26 44 1F
Octal 204 134 31 0 36 121 60 46 104 37
Binary 10000100 1011100 11001 0 11110 1010001 110000 100110 1000100 11111

Color Harmonies of #845C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C19

Black with #845C19

Text Example


Text Example

White with #845C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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