Html Css Color HEX #825B28 Hot Curry

📋 copy color: '#825B28'

red 130 ◦ green 91 ◦ blue 40

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

Shades of Hot Curry #825B28

Tints of Hot Curry #825B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.87%

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

R = 49.81%
G = 34.87%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#825B28 (or 0x825B28) is known color: Hot Curry. HEX triplet: 82, 5B and 28. RGB value is (130,91,40). Sum of RGB (Red+Green+Blue) = 130+91+40=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #825B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B28 is #7DA4D7. Grayscale: #616161. Windows color (decimal): -8234200 or 2644866. OLE color: 2644866.

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

Color convert

RGB 130 91 40 -
CMYK 0 0.30 0.69 0.49
HSL 34º 0.53% 0.33% -
HSV(B) 34º 0.69% 0.51% -
XYZ 13.33 12.38 3.69 -
YUV 96.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 130 91 40 0 0.30 0.69 0.49 34 0.53 0.33
Hex 82 5B 28 0 1E 45 31 22 35 21
Octal 202 133 50 0 36 105 61 42 65 41
Binary 10000010 1011011 101000 0 11110 1000101 110001 100010 110101 100001

Color Harmonies of #825B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B28

Black with #825B28

Text Example


Text Example

White with #825B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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