Html Css Color HEX #804D27 Korma

📋 copy color: '#804D27'

red 128 ◦ green 77 ◦ blue 39

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

Shades of Korma #804D27

Tints of Korma #804D27

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.56%

 BLUE value IS 39 (15.63% from 255) = 15.98%

R = 52.46%
G = 31.56%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#804D27 (or 0x804D27) is known color: Korma. HEX triplet: 80, 4D and 27. RGB value is (128,77,39). Sum of RGB (Red+Green+Blue) = 128+77+39=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #804D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D27 is #7FB2D8. Grayscale: #585858. Windows color (decimal): -8368857 or 2575744. OLE color: 2575744.

HSL color Cylindrical-coordinate representation of color #804D27: hue angle of 25.62º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804D27 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 77 39 -
CMYK 0 0.40 0.70 0.50
HSL 25.62º 0.53% 0.33% -
HSV(B) 25.62º 0.7% 0.5% -
XYZ 11.92 10.04 3.23 -
YUV 87.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 128 77 39 0 0.40 0.70 0.50 25.62 0.53 0.33
Hex 80 4D 27 0 28 46 32 1A 35 21
Octal 200 115 47 0 50 106 62 32 65 41
Binary 10000000 1001101 100111 0 101000 1000110 110010 11010 110101 100001

Color Harmonies of #804D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804D27

Black with #804D27

Text Example


Text Example

White with #804D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,77,39); }

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

background-color css

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

 a { background-color: rgb(128,77,39); }

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

border-color css

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

 span { border-color: rgb(128,77,39); }

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