#854629

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

Shades of Korma #854629

Tints of Korma #854629

Color information

#854629 (or 0x854629) is unknown color: approx Korma. HEX triplet: 85, 46 and 29. RGB value is (133,70,41). Sum of RGB (Red+Green+Blue) = 133+70+41=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #854629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854629 is #7AB9D6. Grayscale: #555555. Windows color (decimal): -8042967 or 2705029. OLE color: 2705029.

HSL color Cylindrical-coordinate representation of color #854629: hue angle of 18.91º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #854629 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB1337041-
CMYK00.470.690.48
HSL18.91º52.87%34.12%-
HSV(B)18.91º69.17%52.16%-
XYZ12.269.533.29-
YUV85.53102.87161.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=54.51%
G=28.69%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133704100.470.690.4818.9152.8734.12
Hex85462902F4530133522
Octal2051065105710560236542
Binary1000010110001101010010101111100010111000010011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854629; }

 p { color: rgb(133,70,41); }

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

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

 a { background-color: rgb(133,70,41); }

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

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

 span { border-color: rgb(133,70,41); }

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