Html Css Color HEX #826129 Hot Curry

📋 copy color: '#826129'

red 130 ◦ green 97 ◦ blue 41

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

Shades of Hot Curry #826129

Tints of Hot Curry #826129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

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

R = 48.51%
G = 36.19%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#826129 (or 0x826129) is known color: Hot Curry. HEX triplet: 82, 61 and 29. RGB value is (130,97,41). Sum of RGB (Red+Green+Blue) = 130+97+41=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #826129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826129 is #7D9ED6. Grayscale: #646464. Windows color (decimal): -8232663 or 2711938. OLE color: 2711938.

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

Color convert

RGB 130 97 41 -
CMYK 0 0.25 0.68 0.49
HSL 37.75º 0.52% 0.34% -
HSV(B) 37.75º 0.68% 0.51% -
XYZ 13.88 13.46 3.96 -
YUV 100.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 130 97 41 0 0.25 0.68 0.49 37.75 0.52 0.34
Hex 82 61 29 0 19 44 31 26 34 22
Octal 202 141 51 0 31 104 61 46 64 42
Binary 10000010 1100001 101001 0 11001 1000100 110001 100110 110100 100010

Color Harmonies of #826129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826129

Black with #826129

Text Example


Text Example

White with #826129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826129; }

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

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

background-color css

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

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

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

border-color css

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

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

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