Html Css Color HEX #825428 Hot Curry

📋 copy color: '#825428'

red 130 ◦ green 84 ◦ blue 40

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

Shades of Hot Curry #825428

Tints of Hot Curry #825428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 51.18%
G = 33.07%
B = 15.75%

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

#825428 (or 0x825428) is known color: Hot Curry. HEX triplet: 82, 54 and 28. RGB value is (130,84,40). Sum of RGB (Red+Green+Blue) = 130+84+40=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #825428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825428 is #7DABD7. Grayscale: #5C5C5C. Windows color (decimal): -8235992 or 2643074. OLE color: 2643074.

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

Color convert

RGB 130 84 40 -
CMYK 0 0.35 0.69 0.49
HSL 29.33º 0.53% 0.33% -
HSV(B) 29.33º 0.69% 0.51% -
XYZ 12.76 11.24 3.5 -
YUV 92.74 98.24 154.58 -
System Red Green Blue C M Y K H S L
Decimal 130 84 40 0 0.35 0.69 0.49 29.33 0.53 0.33
Hex 82 54 28 0 23 45 31 1D 35 21
Octal 202 124 50 0 43 105 61 35 65 41
Binary 10000010 1010100 101000 0 100011 1000101 110001 11101 110101 100001

Color Harmonies of #825428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825428

Black with #825428

Text Example


Text Example

White with #825428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825428; }

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

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

background-color css

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

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

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

border-color css

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

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

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