Html Css Color HEX #809528 Sushi

📋 copy color: '#809528'

red 128 ◦ green 149 ◦ blue 40

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

Shades of Sushi #809528

Tints of Sushi #809528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47%

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

R = 40.38%
G = 47%
B = 12.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#809528 (or 0x809528) is known color: Sushi. HEX triplet: 80, 95 and 28. RGB value is (128,149,40). Sum of RGB (Red+Green+Blue) = 128+149+40=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #809528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809528 is #7F6AD7. Grayscale: #828282. Windows color (decimal): -8350424 or 2659712. OLE color: 2659712.

HSL color Cylindrical-coordinate representation of color #809528: hue angle of 71.56º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #809528 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 40 -
CMYK 0.14 0 0.73 0.42
HSL 71.56º 0.58% 0.37% -
HSV(B) 71.56º 0.73% 0.58% -
XYZ 20.03 26.24 6.02 -
YUV 130.3 77.04 126.36 -
System Red Green Blue C M Y K H S L
Decimal 128 149 40 0.14 0 0.73 0.42 71.56 0.58 0.37
Hex 80 95 28 E 0 49 2A 48 3A 25
Octal 200 225 50 16 0 111 52 110 72 45
Binary 10000000 10010101 101000 1110 0 1001001 101010 1001000 111010 100101

Color Harmonies of #809528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809528

Black with #809528

Text Example


Text Example

White with #809528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809528; }

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

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

background-color css

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

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

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

border-color css

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

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

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