Html Css Color HEX #804F29 Korma

📋 copy color: '#804F29'

red 128 ◦ green 79 ◦ blue 41

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

Shades of Korma #804F29

Tints of Korma #804F29

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 51.61%
G = 31.85%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#804F29 (or 0x804F29) is known color: Korma. HEX triplet: 80, 4F and 29. RGB value is (128,79,41). Sum of RGB (Red+Green+Blue) = 128+79+41=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #804F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F29 is #7FB0D6. Grayscale: #595959. Windows color (decimal): -8368343 or 2707328. OLE color: 2707328.

HSL color Cylindrical-coordinate representation of color #804F29: hue angle of 26.21º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #804F29 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 79 41 -
CMYK 0 0.38 0.68 0.50
HSL 26.21º 0.51% 0.33% -
HSV(B) 26.21º 0.68% 0.5% -
XYZ 12.1 10.34 3.46 -
YUV 89.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 128 79 41 0 0.38 0.68 0.50 26.21 0.51 0.33
Hex 80 4F 29 0 26 44 32 1A 33 21
Octal 200 117 51 0 46 104 62 32 63 41
Binary 10000000 1001111 101001 0 100110 1000100 110010 11010 110011 100001

Color Harmonies of #804F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804F29

Black with #804F29

Text Example


Text Example

White with #804F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,79,41); }

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

background-color css

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

 a { background-color: rgb(128,79,41); }

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

border-color css

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

 span { border-color: rgb(128,79,41); }

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