#855130

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

Shades of Korma #855130

Tints of Korma #855130

Color information

#855130 (or 0x855130) is unknown color: approx Korma. HEX triplet: 85, 51 and 30. RGB value is (133,81,48). Sum of RGB (Red+Green+Blue) = 133+81+48=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #855130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855130 is #7AAECF. Grayscale: #5C5C5C. Windows color (decimal): -8040144 or 3166597. OLE color: 3166597.

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

Color convert

RGB1338148-
CMYK00.390.640.48
HSL23.29º46.96%35.49%-
HSV(B)23.29º63.91%52.16%-
XYZ13.1511.084.24-
YUV92.79102.73156.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.76%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=50.76%
G=30.92%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133814800.390.640.4823.2946.9635.49
Hex8551300274030172f23
Octal2051216004710060275743
Binary1000010110100011100000100111100000011000010111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855130; }

 p { color: rgb(133,81,48); }

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

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

 a { background-color: rgb(133,81,48); }

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

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

 span { border-color: rgb(133,81,48); }

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