Html Css Color HEX #825625 Hot Curry

📋 copy color: '#825625'

red 130 ◦ green 86 ◦ blue 37

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

Shades of Hot Curry #825625

Tints of Hot Curry #825625

RGB

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

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

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

R = 51.38%
G = 33.99%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#825625 (or 0x825625) is known color: Hot Curry. HEX triplet: 82, 56 and 25. RGB value is (130,86,37). Sum of RGB (Red+Green+Blue) = 130+86+37=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #825625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825625 is #7DA9DA. Grayscale: #5D5D5D. Windows color (decimal): -8235483 or 2446978. OLE color: 2446978.

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

Color convert

RGB 130 86 37 -
CMYK 0 0.34 0.72 0.49
HSL 31.61º 0.56% 0.33% -
HSV(B) 31.61º 0.72% 0.51% -
XYZ 12.87 11.53 3.3 -
YUV 93.57 96.08 153.98 -
System Red Green Blue C M Y K H S L
Decimal 130 86 37 0 0.34 0.72 0.49 31.61 0.56 0.33
Hex 82 56 25 0 22 48 31 20 38 21
Octal 202 126 45 0 42 110 61 40 70 41
Binary 10000010 1010110 100101 0 100010 1001000 110001 100000 111000 100001

Color Harmonies of #825625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825625

Black with #825625

Text Example


Text Example

White with #825625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825625; }

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

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

background-color css

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

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

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

border-color css

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

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

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