Html Css Color HEX #806228 Hot Curry

📋 copy color: '#806228'

red 128 ◦ green 98 ◦ blue 40

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

Shades of Hot Curry #806228

Tints of Hot Curry #806228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

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

R = 48.12%
G = 36.84%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#806228 (or 0x806228) is known color: Hot Curry. HEX triplet: 80, 62 and 28. RGB value is (128,98,40). Sum of RGB (Red+Green+Blue) = 128+98+40=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #806228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806228 is #7F9DD7. Grayscale: #646464. Windows color (decimal): -8363480 or 2646656. OLE color: 2646656.

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

Color convert

RGB 128 98 40 -
CMYK 0 0.23 0.69 0.50
HSL 39.55º 0.52% 0.33% -
HSV(B) 39.55º 0.69% 0.5% -
XYZ 13.65 13.48 3.89 -
YUV 100.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 128 98 40 0 0.23 0.69 0.50 39.55 0.52 0.33
Hex 80 62 28 0 17 45 32 28 34 21
Octal 200 142 50 0 27 105 62 50 64 41
Binary 10000000 1100010 101000 0 10111 1000101 110010 101000 110100 100001

Color Harmonies of #806228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806228

Black with #806228

Text Example


Text Example

White with #806228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806228; }

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

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

background-color css

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

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

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

border-color css

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

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

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