Html Css Color HEX #825A29 Hot Curry

📋 copy color: '#825A29'

red 130 ◦ green 90 ◦ blue 41

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

Shades of Hot Curry #825A29

Tints of Hot Curry #825A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.71%

R = 49.81%
G = 34.48%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#825A29 (or 0x825A29) is known color: Hot Curry. HEX triplet: 82, 5A and 29. RGB value is (130,90,41). Sum of RGB (Red+Green+Blue) = 130+90+41=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #825A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A29 is #7DA5D6. Grayscale: #606060. Windows color (decimal): -8234455 or 2710146. OLE color: 2710146.

HSL color Cylindrical-coordinate representation of color #825A29: hue angle of 33.03º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #825A29 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 90 41 -
CMYK 0 0.31 0.68 0.49
HSL 33.03º 0.52% 0.34% -
HSV(B) 33.03º 0.68% 0.51% -
XYZ 13.26 12.22 3.76 -
YUV 96.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 130 90 41 0 0.31 0.68 0.49 33.03 0.52 0.34
Hex 82 5A 29 0 1F 44 31 21 34 22
Octal 202 132 51 0 37 104 61 41 64 42
Binary 10000010 1011010 101001 0 11111 1000100 110001 100001 110100 100010

Color Harmonies of #825A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A29

Black with #825A29

Text Example


Text Example

White with #825A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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