Html Css Color HEX #804829 Korma

📋 copy color: '#804829'

red 128 ◦ green 72 ◦ blue 41

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

Shades of Korma #804829

Tints of Korma #804829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 53.11%
G = 29.88%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#804829 (or 0x804829) is known color: Korma. HEX triplet: 80, 48 and 29. RGB value is (128,72,41). Sum of RGB (Red+Green+Blue) = 128+72+41=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #804829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804829 is #7FB7D6. Grayscale: #555555. Windows color (decimal): -8370135 or 2705536. OLE color: 2705536.

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

Color convert

RGB 128 72 41 -
CMYK 0 0.44 0.68 0.50
HSL 21.38º 0.51% 0.33% -
HSV(B) 21.38º 0.68% 0.5% -
XYZ 11.62 9.38 3.3 -
YUV 85.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 128 72 41 0 0.44 0.68 0.50 21.38 0.51 0.33
Hex 80 48 29 0 2C 44 32 15 33 21
Octal 200 110 51 0 54 104 62 25 63 41
Binary 10000000 1001000 101001 0 101100 1000100 110010 10101 110011 100001

Color Harmonies of #804829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804829

Black with #804829

Text Example


Text Example

White with #804829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804829; }

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

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

background-color css

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

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

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

border-color css

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

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

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