#814725

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

Shades of Korma #814725

Tints of Korma #814725

Color information

#814725 (or 0x814725) is unknown color: approx Korma. HEX triplet: 81, 47 and 25. RGB value is (129,71,37). Sum of RGB (Red+Green+Blue) = 129+71+37=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #814725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814725 is #7EB8DA. Grayscale: #545454. Windows color (decimal): -8304859 or 2443137. OLE color: 2443137.

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

Color convert

RGB1297137-
CMYK00.450.710.49
HSL22.17º55.42%32.55%-
HSV(B)22.17º71.32%50.59%-
XYZ11.649.312.93-
YUV84.47101.22159.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.43%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=54.43%
G=29.96%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129713700.450.710.4922.1755.4232.55
Hex81472502D4731163721
Octal2011074505510761266741
Binary1000000110001111001010101101100011111000110110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814725; }

 p { color: rgb(129,71,37); }

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

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

 a { background-color: rgb(129,71,37); }

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

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

 span { border-color: rgb(129,71,37); }

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