Html Css Color HEX #825528 Hot Curry

📋 copy color: '#825528'

red 130 ◦ green 85 ◦ blue 40

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

Shades of Hot Curry #825528

Tints of Hot Curry #825528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.69%

R = 50.98%
G = 33.33%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#825528 (or 0x825528) is known color: Hot Curry. HEX triplet: 82, 55 and 28. RGB value is (130,85,40). Sum of RGB (Red+Green+Blue) = 130+85+40=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #825528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825528 is #7DAAD7. Grayscale: #5D5D5D. Windows color (decimal): -8235736 or 2643330. OLE color: 2643330.

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

Color convert

RGB 130 85 40 -
CMYK 0 0.35 0.69 0.49
HSL 30º 0.53% 0.33% -
HSV(B) 30º 0.69% 0.51% -
XYZ 12.84 11.4 3.53 -
YUV 93.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 130 85 40 0 0.35 0.69 0.49 30 0.53 0.33
Hex 82 55 28 0 23 45 31 1E 35 21
Octal 202 125 50 0 43 105 61 36 65 41
Binary 10000010 1010101 101000 0 100011 1000101 110001 11110 110101 100001

Color Harmonies of #825528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825528

Black with #825528

Text Example


Text Example

White with #825528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825528; }

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

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

background-color css

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

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

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

border-color css

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

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

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