Html Css Color HEX #825A28 Hot Curry

📋 copy color: '#825A28'

red 130 ◦ green 90 ◦ blue 40

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

Shades of Hot Curry #825A28

Tints of Hot Curry #825A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.62%

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

R = 50%
G = 34.62%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#825A28 (or 0x825A28) is known color: Hot Curry. HEX triplet: 82, 5A and 28. RGB value is (130,90,40). Sum of RGB (Red+Green+Blue) = 130+90+40=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #825A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A28 is #7DA5D7. Grayscale: #606060. Windows color (decimal): -8234456 or 2644610. OLE color: 2644610.

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

Color convert

RGB 130 90 40 -
CMYK 0 0.31 0.69 0.49
HSL 33.33º 0.53% 0.33% -
HSV(B) 33.33º 0.69% 0.51% -
XYZ 13.25 12.21 3.67 -
YUV 96.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 130 90 40 0 0.31 0.69 0.49 33.33 0.53 0.33
Hex 82 5A 28 0 1F 45 31 21 35 21
Octal 202 132 50 0 37 105 61 41 65 41
Binary 10000010 1011010 101000 0 11111 1000101 110001 100001 110101 100001

Color Harmonies of #825A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A28

Black with #825A28

Text Example


Text Example

White with #825A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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