Html Css Color HEX #804C28 Korma

📋 copy color: '#804C28'

red 128 ◦ green 76 ◦ blue 40

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

Shades of Korma #804C28

Tints of Korma #804C28

RGB

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

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

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

R = 52.46%
G = 31.15%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#804C28 (or 0x804C28) is known color: Korma. HEX triplet: 80, 4C and 28. RGB value is (128,76,40). Sum of RGB (Red+Green+Blue) = 128+76+40=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #804C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C28 is #7FB3D7. Grayscale: #575757. Windows color (decimal): -8369112 or 2641024. OLE color: 2641024.

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

Color convert

RGB 128 76 40 -
CMYK 0 0.41 0.69 0.50
HSL 24.55º 0.52% 0.33% -
HSV(B) 24.55º 0.69% 0.5% -
XYZ 11.87 9.91 3.29 -
YUV 87.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 128 76 40 0 0.41 0.69 0.50 24.55 0.52 0.33
Hex 80 4C 28 0 29 45 32 19 34 21
Octal 200 114 50 0 51 105 62 31 64 41
Binary 10000000 1001100 101000 0 101001 1000101 110010 11001 110100 100001

Color Harmonies of #804C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804C28

Black with #804C28

Text Example


Text Example

White with #804C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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