Html Css Color HEX #806129 Hot Curry

📋 copy color: '#806129'

red 128 ◦ green 97 ◦ blue 41

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

Shades of Hot Curry #806129

Tints of Hot Curry #806129

RGB

 RED value IS 128 (50.39% from 255) = 48.12%

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

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

R = 48.12%
G = 36.47%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#806129 (or 0x806129) is known color: Hot Curry. HEX triplet: 80, 61 and 29. RGB value is (128,97,41). Sum of RGB (Red+Green+Blue) = 128+97+41=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #806129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806129 is #7F9ED6. Grayscale: #646464. Windows color (decimal): -8363735 or 2711936. OLE color: 2711936.

HSL color Cylindrical-coordinate representation of color #806129: hue angle of 38.62º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #806129 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 97 41 -
CMYK 0 0.24 0.68 0.50
HSL 38.62º 0.51% 0.33% -
HSV(B) 38.62º 0.68% 0.5% -
XYZ 13.58 13.3 3.95 -
YUV 99.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 128 97 41 0 0.24 0.68 0.50 38.62 0.51 0.33
Hex 80 61 29 0 18 44 32 27 33 21
Octal 200 141 51 0 30 104 62 47 63 41
Binary 10000000 1100001 101001 0 11000 1000100 110010 100111 110011 100001

Color Harmonies of #806129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806129

Black with #806129

Text Example


Text Example

White with #806129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806129; }

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

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

background-color css

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

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

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

border-color css

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

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

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