Html Css Color HEX #845D25 Hot Curry

📋 copy color: '#845D25'

red 132 ◦ green 93 ◦ blue 37

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

Shades of Hot Curry #845D25

Tints of Hot Curry #845D25

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.5%

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

R = 50.38%
G = 35.5%
B = 14.12%

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

#845D25 (or 0x845D25) is known color: Hot Curry. HEX triplet: 84, 5D and 25. RGB value is (132,93,37). Sum of RGB (Red+Green+Blue) = 132+93+37=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #845D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D25 is #7BA2DA. Grayscale: #626262. Windows color (decimal): -8102619 or 2448772. OLE color: 2448772.

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

Color convert

RGB 132 93 37 -
CMYK 0 0.30 0.72 0.48
HSL 35.37º 0.56% 0.33% -
HSV(B) 35.37º 0.72% 0.52% -
XYZ 13.76 12.87 3.51 -
YUV 98.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 132 93 37 0 0.30 0.72 0.48 35.37 0.56 0.33
Hex 84 5D 25 0 1E 48 30 23 38 21
Octal 204 135 45 0 36 110 60 43 70 41
Binary 10000100 1011101 100101 0 11110 1001000 110000 100011 111000 100001

Color Harmonies of #845D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D25

Black with #845D25

Text Example


Text Example

White with #845D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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