Html Css Color HEX #804C2C Korma

📋 copy color: '#804C2C'

red 128 ◦ green 76 ◦ blue 44

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

Shades of Korma #804C2C

Tints of Korma #804C2C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.65%

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

R = 51.61%
G = 30.65%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#804C2C (or 0x804C2C) is known color: Korma. HEX triplet: 80, 4C and 2C. RGB value is (128,76,44). Sum of RGB (Red+Green+Blue) = 128+76+44=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #804C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C2C is #7FB3D3. Grayscale: #585858. Windows color (decimal): -8369108 or 2903168. OLE color: 2903168.

HSL color Cylindrical-coordinate representation of color #804C2C: hue angle of 22.86º 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 #804C2C is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 76 44 -
CMYK 0 0.41 0.66 0.50
HSL 22.86º 0.49% 0.34% -
HSV(B) 22.86º 0.66% 0.5% -
XYZ 11.94 9.94 3.67 -
YUV 87.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 128 76 44 0 0.41 0.66 0.50 22.86 0.49 0.34
Hex 80 4C 2C 0 29 42 32 17 31 22
Octal 200 114 54 0 51 102 62 27 61 42
Binary 10000000 1001100 101100 0 101001 1000010 110010 10111 110001 100010

Color Harmonies of #804C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804C2C

Black with #804C2C

Text Example


Text Example

White with #804C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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