Html Css Color HEX #825525 Hot Curry

📋 copy color: '#825525'

red 130 ◦ green 85 ◦ blue 37

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

Shades of Hot Curry #825525

Tints of Hot Curry #825525

RGB

 RED value IS 130 (51.17% from 255) = 51.59%

 GREEN value IS 85 (33.59% from 255) = 33.73%

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

R = 51.59%
G = 33.73%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#825525 (or 0x825525) is known color: Hot Curry. HEX triplet: 82, 55 and 25. RGB value is (130,85,37). Sum of RGB (Red+Green+Blue) = 130+85+37=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #825525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825525 is #7DAADA. Grayscale: #5D5D5D. Windows color (decimal): -8235739 or 2446722. OLE color: 2446722.

HSL color Cylindrical-coordinate representation of color #825525: hue angle of 30.97º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #825525 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 37 -
CMYK 0 0.35 0.72 0.49
HSL 30.97º 0.56% 0.33% -
HSV(B) 30.97º 0.72% 0.51% -
XYZ 12.79 11.38 3.27 -
YUV 92.98 96.41 154.4 -
System Red Green Blue C M Y K H S L
Decimal 130 85 37 0 0.35 0.72 0.49 30.97 0.56 0.33
Hex 82 55 25 0 23 48 31 1F 38 21
Octal 202 125 45 0 43 110 61 37 70 41
Binary 10000010 1010101 100101 0 100011 1001000 110001 11111 111000 100001

Color Harmonies of #825525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825525

Black with #825525

Text Example


Text Example

White with #825525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825525; }

 p { color: rgb(130,85,37); }

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

background-color css

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

 a { background-color: rgb(130,85,37); }

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

border-color css

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

 span { border-color: rgb(130,85,37); }

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