Html Css Color HEX #845C25 Hot Curry

📋 copy color: '#845C25'

red 132 ◦ green 92 ◦ blue 37

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

Shades of Hot Curry #845C25

Tints of Hot Curry #845C25

RGB

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

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

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

R = 50.57%
G = 35.25%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#845C25 (or 0x845C25) is known color: Hot Curry. HEX triplet: 84, 5C and 25. RGB value is (132,92,37). Sum of RGB (Red+Green+Blue) = 132+92+37=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #845C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C25 is #7BA3DA. Grayscale: #616161. Windows color (decimal): -8102875 or 2448516. OLE color: 2448516.

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

Color convert

RGB 132 92 37 -
CMYK 0 0.30 0.72 0.48
HSL 34.74º 0.56% 0.33% -
HSV(B) 34.74º 0.72% 0.52% -
XYZ 13.68 12.69 3.48 -
YUV 97.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 132 92 37 0 0.30 0.72 0.48 34.74 0.56 0.33
Hex 84 5C 25 0 1E 48 30 23 38 21
Octal 204 134 45 0 36 110 60 43 70 41
Binary 10000100 1011100 100101 0 11110 1001000 110000 100011 111000 100001

Color Harmonies of #845C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C25

Black with #845C25

Text Example


Text Example

White with #845C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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