Html Css Color HEX #845625 Hot Curry

📋 copy color: '#845625'

red 132 ◦ green 86 ◦ blue 37

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

Shades of Hot Curry #845625

Tints of Hot Curry #845625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

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

R = 51.76%
G = 33.73%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#845625 (or 0x845625) is known color: Hot Curry. HEX triplet: 84, 56 and 25. RGB value is (132,86,37). Sum of RGB (Red+Green+Blue) = 132+86+37=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #845625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845625 is #7BA9DA. Grayscale: #5E5E5E. Windows color (decimal): -8104411 or 2446980. OLE color: 2446980.

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

Color convert

RGB 132 86 37 -
CMYK 0 0.35 0.72 0.48
HSL 30.95º 0.56% 0.33% -
HSV(B) 30.95º 0.72% 0.52% -
XYZ 13.18 11.69 3.31 -
YUV 94.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 132 86 37 0 0.35 0.72 0.48 30.95 0.56 0.33
Hex 84 56 25 0 23 48 30 1F 38 21
Octal 204 126 45 0 43 110 60 37 70 41
Binary 10000100 1010110 100101 0 100011 1001000 110000 11111 111000 100001

Color Harmonies of #845625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845625

Black with #845625

Text Example


Text Example

White with #845625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845625; }

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

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

background-color css

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

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

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

border-color css

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

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

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