#854526

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

Shades of Korma #854526

Tints of Korma #854526

Color information

#854526 (or 0x854526) is unknown color: approx Korma. HEX triplet: 85, 45 and 26. RGB value is (133,69,38). Sum of RGB (Red+Green+Blue) = 133+69+38=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #854526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854526 is #7ABAD9. Grayscale: #545454. Windows color (decimal): -8043226 or 2508165. OLE color: 2508165.

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

Color convert

RGB1336938-
CMYK00.480.710.48
HSL19.58º55.56%33.53%-
HSV(B)19.58º71.43%52.16%-
XYZ12.159.383-
YUV84.6101.7162.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 38 (15.23% from 255) = 15.83%
R=55.42%
G=28.75%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133693800.480.710.4819.5855.5633.53
Hex8545260304730143822
Octal2051054606010760247042
Binary1000010110001011001100110000100011111000010100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854526; }

 p { color: rgb(133,69,38); }

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

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

 a { background-color: rgb(133,69,38); }

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

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

 span { border-color: rgb(133,69,38); }

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