Html Css Color HEX #826429 Hot Curry

📋 copy color: '#826429'

red 130 ◦ green 100 ◦ blue 41

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

Shades of Hot Curry #826429

Tints of Hot Curry #826429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.9%

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

R = 47.97%
G = 36.9%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#826429 (or 0x826429) is known color: Hot Curry. HEX triplet: 82, 64 and 29. RGB value is (130,100,41). Sum of RGB (Red+Green+Blue) = 130+100+41=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #826429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826429 is #7D9BD6. Grayscale: #666666. Windows color (decimal): -8231895 or 2712706. OLE color: 2712706.

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

Color convert

RGB 130 100 41 -
CMYK 0 0.23 0.68 0.49
HSL 39.78º 0.52% 0.34% -
HSV(B) 39.78º 0.68% 0.51% -
XYZ 14.16 14.02 4.06 -
YUV 102.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 130 100 41 0 0.23 0.68 0.49 39.78 0.52 0.34
Hex 82 64 29 0 17 44 31 28 34 22
Octal 202 144 51 0 27 104 61 50 64 42
Binary 10000010 1100100 101001 0 10111 1000100 110001 101000 110100 100010

Color Harmonies of #826429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826429

Black with #826429

Text Example


Text Example

White with #826429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826429; }

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

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

background-color css

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

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

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

border-color css

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

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

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