Html Css Color HEX #825F29 Hot Curry

📋 copy color: '#825F29'

red 130 ◦ green 95 ◦ blue 41

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

Shades of Hot Curry #825F29

Tints of Hot Curry #825F29

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.71%

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

R = 48.87%
G = 35.71%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#825F29 (or 0x825F29) is known color: Hot Curry. HEX triplet: 82, 5F and 29. RGB value is (130,95,41). Sum of RGB (Red+Green+Blue) = 130+95+41=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #825F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F29 is #7DA0D6. Grayscale: #636363. Windows color (decimal): -8233175 or 2711426. OLE color: 2711426.

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

Color convert

RGB 130 95 41 -
CMYK 0 0.27 0.68 0.49
HSL 36.4º 0.52% 0.34% -
HSV(B) 36.4º 0.68% 0.51% -
XYZ 13.7 13.09 3.9 -
YUV 99.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 130 95 41 0 0.27 0.68 0.49 36.4 0.52 0.34
Hex 82 5F 29 0 1B 44 31 24 34 22
Octal 202 137 51 0 33 104 61 44 64 42
Binary 10000010 1011111 101001 0 11011 1000100 110001 100100 110100 100010

Color Harmonies of #825F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F29

Black with #825F29

Text Example


Text Example

White with #825F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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