Html Css Color HEX #845725 Hot Curry

📋 copy color: '#845725'

red 132 ◦ green 87 ◦ blue 37

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

Shades of Hot Curry #845725

Tints of Hot Curry #845725

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.98%

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

R = 51.56%
G = 33.98%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#845725 (or 0x845725) is known color: Hot Curry. HEX triplet: 84, 57 and 25. RGB value is (132,87,37). Sum of RGB (Red+Green+Blue) = 132+87+37=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #845725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845725 is #7BA8DA. Grayscale: #5F5F5F. Windows color (decimal): -8104155 or 2447236. OLE color: 2447236.

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

Color convert

RGB 132 87 37 -
CMYK 0 0.34 0.72 0.48
HSL 31.58º 0.56% 0.33% -
HSV(B) 31.58º 0.72% 0.52% -
XYZ 13.26 11.86 3.34 -
YUV 94.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 132 87 37 0 0.34 0.72 0.48 31.58 0.56 0.33
Hex 84 57 25 0 22 48 30 20 38 21
Octal 204 127 45 0 42 110 60 40 70 41
Binary 10000100 1010111 100101 0 100010 1001000 110000 100000 111000 100001

Color Harmonies of #845725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845725

Black with #845725

Text Example


Text Example

White with #845725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845725; }

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

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

background-color css

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

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

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

border-color css

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

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

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