#85512F

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

Shades of Korma #85512F

Tints of Korma #85512F

Color information

#85512F (or 0x85512F) is unknown color: approx Korma. HEX triplet: 85, 51 and 2F. RGB value is (133,81,47). Sum of RGB (Red+Green+Blue) = 133+81+47=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85512F is #7AAED0. Grayscale: #5C5C5C. Windows color (decimal): -8040145 or 3101061. OLE color: 3101061.

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

Color convert

RGB1338147-
CMYK00.390.650.48
HSL23.72º47.78%35.29%-
HSV(B)23.72º64.66%52.16%-
XYZ13.1311.084.14-
YUV92.67102.23156.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=50.96%
G=31.03%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133814700.390.650.4823.7247.7835.29
Hex85512F0274130183023
Octal2051215704710160306043
Binary1000010110100011011110100111100000111000011000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85512F; }

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

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

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

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

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

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

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

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