#814F2B

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

Shades of Korma #814F2B

Tints of Korma #814F2B

Color information

#814F2B (or 0x814F2B) is unknown color: approx Korma. HEX triplet: 81, 4F and 2B. RGB value is (129,79,43). Sum of RGB (Red+Green+Blue) = 129+79+43=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #814F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F2B is #7EB0D4. Grayscale: #5A5A5A. Windows color (decimal): -8302805 or 2838401. OLE color: 2838401.

HSL color Cylindrical-coordinate representation of color #814F2B: hue angle of 25.12º degrees, saturation: 0.5, 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 #814F2B is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1297943-
CMYK00.390.670.49
HSL25.12º50%33.73%-
HSV(B)25.12º66.67%50.59%-
XYZ12.2910.433.65-
YUV89.85101.56155.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=51.39%
G=31.47%
B=17.13%

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
Decimal129794300.390.670.4925.125033.73
Hex814F2B0274331193222
Octal2011175304710361316242
Binary1000000110011111010110100111100001111000111001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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