#804725

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

Shades of Korma #804725

Tints of Korma #804725

Color information

#804725 (or 0x804725) is unknown color: approx Korma. HEX triplet: 80, 47 and 25. RGB value is (128,71,37). Sum of RGB (Red+Green+Blue) = 128+71+37=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #804725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804725 is #7FB8DA. Grayscale: #545454. Windows color (decimal): -8370395 or 2443136. OLE color: 2443136.

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

Color convert

RGB1287137-
CMYK00.450.710.50
HSL22.42º55.15%32.35%-
HSV(B)22.42º71.09%50.2%-
XYZ11.499.232.93-
YUV84.17101.38159.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.24%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 37 (14.84% from 255) = 15.68%
R=54.24%
G=30.08%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128713700.450.710.5022.4255.1532.35
Hex80472502D4732163720
Octal2001074505510762266740
Binary1000000010001111001010101101100011111001010110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804725; }

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

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

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

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

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

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

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

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