Html Css Color HEX #804927 Korma

📋 copy color: '#804927'

red 128 ◦ green 73 ◦ blue 39

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

Shades of Korma #804927

Tints of Korma #804927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

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

R = 53.33%
G = 30.42%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#804927 (or 0x804927) is known color: Korma. HEX triplet: 80, 49 and 27. RGB value is (128,73,39). Sum of RGB (Red+Green+Blue) = 128+73+39=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #804927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804927 is #7FB6D8. Grayscale: #555555. Windows color (decimal): -8369881 or 2574720. OLE color: 2574720.

HSL color Cylindrical-coordinate representation of color #804927: hue angle of 22.92º 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 #804927 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 73 39 -
CMYK 0 0.43 0.70 0.50
HSL 22.92º 0.53% 0.33% -
HSV(B) 22.92º 0.7% 0.5% -
XYZ 11.65 9.5 3.14 -
YUV 85.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 128 73 39 0 0.43 0.70 0.50 22.92 0.53 0.33
Hex 80 49 27 0 2B 46 32 17 35 21
Octal 200 111 47 0 53 106 62 27 65 41
Binary 10000000 1001001 100111 0 101011 1000110 110010 10111 110101 100001

Color Harmonies of #804927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804927

Black with #804927

Text Example


Text Example

White with #804927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804927; }

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

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

background-color css

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

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

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

border-color css

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

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

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