Html Css Color HEX #804928 Korma

📋 copy color: '#804928'

red 128 ◦ green 73 ◦ blue 40

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

Shades of Korma #804928

Tints of Korma #804928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

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

R = 53.11%
G = 30.29%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#804928 (or 0x804928) is known color: Korma. HEX triplet: 80, 49 and 28. RGB value is (128,73,40). Sum of RGB (Red+Green+Blue) = 128+73+40=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #804928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804928 is #7FB6D7. Grayscale: #555555. Windows color (decimal): -8369880 or 2640256. OLE color: 2640256.

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

Color convert

RGB 128 73 40 -
CMYK 0 0.43 0.69 0.50
HSL 22.5º 0.52% 0.33% -
HSV(B) 22.5º 0.69% 0.5% -
XYZ 11.67 9.51 3.23 -
YUV 85.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 128 73 40 0 0.43 0.69 0.50 22.5 0.52 0.33
Hex 80 49 28 0 2B 45 32 16 34 21
Octal 200 111 50 0 53 105 62 26 64 41
Binary 10000000 1001001 101000 0 101011 1000101 110010 10110 110100 100001

Color Harmonies of #804928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804928

Black with #804928

Text Example


Text Example

White with #804928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804928; }

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

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

background-color css

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

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

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

border-color css

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

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

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