Html Css Color HEX #806028 Hot Curry

📋 copy color: '#806028'

red 128 ◦ green 96 ◦ blue 40

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

Shades of Hot Curry #806028

Tints of Hot Curry #806028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 48.48%
G = 36.36%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#806028 (or 0x806028) is known color: Hot Curry. HEX triplet: 80, 60 and 28. RGB value is (128,96,40). Sum of RGB (Red+Green+Blue) = 128+96+40=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #806028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806028 is #7F9FD7. Grayscale: #636363. Windows color (decimal): -8363992 or 2646144. OLE color: 2646144.

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

Color convert

RGB 128 96 40 -
CMYK 0 0.25 0.69 0.50
HSL 38.18º 0.52% 0.33% -
HSV(B) 38.18º 0.69% 0.5% -
XYZ 13.47 13.11 3.83 -
YUV 99.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 128 96 40 0 0.25 0.69 0.50 38.18 0.52 0.33
Hex 80 60 28 0 19 45 32 26 34 21
Octal 200 140 50 0 31 105 62 46 64 41
Binary 10000000 1100000 101000 0 11001 1000101 110010 100110 110100 100001

Color Harmonies of #806028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806028

Black with #806028

Text Example


Text Example

White with #806028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806028; }

 p { color: rgb(128,96,40); }

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

background-color css

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

 a { background-color: rgb(128,96,40); }

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

border-color css

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

 span { border-color: rgb(128,96,40); }

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