#814629

Color #814629 Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #814629

Tints of Korma #814629

Color information

#814629 (or 0x814629) is unknown color: approx Korma. HEX triplet: 81, 46 and 29. RGB value is (129,70,41). Sum of RGB (Red+Green+Blue) = 129+70+41=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #814629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814629 is #7EB9D6. Grayscale: #545454. Windows color (decimal): -8305111 or 2705025. OLE color: 2705025.

HSL color Cylindrical-coordinate representation of color #814629: hue angle of 19.77º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #814629 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1297041-
CMYK00.460.680.49
HSL19.77º51.76%33.33%-
HSV(B)19.77º68.22%50.59%-
XYZ11.649.213.26-
YUV84.34103.55159.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.75%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=53.75%
G=29.17%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129704100.460.680.4919.7751.7633.33
Hex81462902E4431143421
Octal2011065105610461246441
Binary1000000110001101010010101110100010011000110100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814629; }

 p { color: rgb(129,70,41); }

 H1.HeaderClassName
 {
   color: #814629;
 }
 .AnyTagClassName
 {
   color: #814629;
 }
</style>
background-color css

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

 a { background-color: rgb(129,70,41); }

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

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

 span { border-color: rgb(129,70,41); }

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