Html Css Color HEX #804A2C Korma

📋 copy color: '#804A2C'

red 128 ◦ green 74 ◦ blue 44

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

Shades of Korma #804A2C

Tints of Korma #804A2C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.08%

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 52.03%
G = 30.08%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#804A2C (or 0x804A2C) is known color: Korma. HEX triplet: 80, 4A and 2C. RGB value is (128,74,44). Sum of RGB (Red+Green+Blue) = 128+74+44=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #804A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A2C is #7FB5D3. Grayscale: #565656. Windows color (decimal): -8369620 or 2902656. OLE color: 2902656.

HSL color Cylindrical-coordinate representation of color #804A2C: hue angle of 21.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804A2C is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 74 44 -
CMYK 0 0.42 0.66 0.50
HSL 21.43º 0.49% 0.34% -
HSV(B) 21.43º 0.66% 0.5% -
XYZ 11.81 9.67 3.63 -
YUV 86.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 128 74 44 0 0.42 0.66 0.50 21.43 0.49 0.34
Hex 80 4A 2C 0 2A 42 32 15 31 22
Octal 200 112 54 0 52 102 62 25 61 42
Binary 10000000 1001010 101100 0 101010 1000010 110010 10101 110001 100010

Color Harmonies of #804A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A2C

Black with #804A2C

Text Example


Text Example

White with #804A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804A2C; }

 p { color: rgb(128,74,44); }

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

background-color css

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

 a { background-color: rgb(128,74,44); }

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

border-color css

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

 span { border-color: rgb(128,74,44); }

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