#814F2A

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

Shades of Korma #814F2A

Tints of Korma #814F2A

Color information

#814F2A (or 0x814F2A) is unknown color: approx Korma. HEX triplet: 81, 4F and 2A. RGB value is (129,79,42). Sum of RGB (Red+Green+Blue) = 129+79+42=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #814F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F2A is #7EB0D5. Grayscale: #595959. Windows color (decimal): -8302806 or 2772865. OLE color: 2772865.

HSL color Cylindrical-coordinate representation of color #814F2A: hue angle of 25.52º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814F2A is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1297942-
CMYK00.390.670.49
HSL25.52º50.88%33.53%-
HSV(B)25.52º67.44%50.59%-
XYZ12.2710.433.56-
YUV89.73101.06156.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=51.6%
G=31.6%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129794200.390.670.4925.5250.8833.53
Hex814F2A02743311a3322
Octal2011175204710361326342
Binary1000000110011111010100100111100001111000111010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814F2A; }

 p { color: rgb(129,79,42); }

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

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

 a { background-color: rgb(129,79,42); }

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

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

 span { border-color: rgb(129,79,42); }

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