#81482E

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

Shades of Korma #81482E

Tints of Korma #81482E

Color information

#81482E (or 0x81482E) is unknown color: approx Korma. HEX triplet: 81, 48 and 2E. RGB value is (129,72,46). Sum of RGB (Red+Green+Blue) = 129+72+46=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #81482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81482E is #7EB7D1. Grayscale: #565656. Windows color (decimal): -8304594 or 3033217. OLE color: 3033217.

HSL color Cylindrical-coordinate representation of color #81482E: hue angle of 18.8º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81482E is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1297246-
CMYK00.440.640.49
HSL18.8º47.43%34.31%-
HSV(B)18.8º64.34%50.59%-
XYZ11.869.53.79-
YUV86.08105.38158.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=52.23%
G=29.15%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129724600.440.640.4918.847.4334.31
Hex81482E02C4031132f22
Octal2011105605410061235742
Binary1000000110010001011100101100100000011000110011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81482E; }

 p { color: rgb(129,72,46); }

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

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

 a { background-color: rgb(129,72,46); }

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

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

 span { border-color: rgb(129,72,46); }

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