Html Css Color HEX #804828 Korma

📋 copy color: '#804828'

red 128 ◦ green 72 ◦ blue 40

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

Shades of Korma #804828

Tints of Korma #804828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30%

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

R = 53.33%
G = 30%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#804828 (or 0x804828) is known color: Korma. HEX triplet: 80, 48 and 28. RGB value is (128,72,40). Sum of RGB (Red+Green+Blue) = 128+72+40=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #804828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804828 is #7FB7D7. Grayscale: #555555. Windows color (decimal): -8370136 or 2640000. OLE color: 2640000.

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

Color convert

RGB 128 72 40 -
CMYK 0 0.44 0.69 0.50
HSL 21.82º 0.52% 0.33% -
HSV(B) 21.82º 0.69% 0.5% -
XYZ 11.6 9.38 3.21 -
YUV 85.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 128 72 40 0 0.44 0.69 0.50 21.82 0.52 0.33
Hex 80 48 28 0 2C 45 32 16 34 21
Octal 200 110 50 0 54 105 62 26 64 41
Binary 10000000 1001000 101000 0 101100 1000101 110010 10110 110100 100001

Color Harmonies of #804828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804828

Black with #804828

Text Example


Text Example

White with #804828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804828; }

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

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

background-color css

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

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

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

border-color css

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

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

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