#875123

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

Shades of Korma #875123

Tints of Korma #875123

Color information

#875123 (or 0x875123) is unknown color: approx Korma. HEX triplet: 87, 51 and 23. RGB value is (135,81,35). Sum of RGB (Red+Green+Blue) = 135+81+35=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #875123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875123 is #78AEDC. Grayscale: #5C5C5C. Windows color (decimal): -7909085 or 2314631. OLE color: 2314631.

HSL color Cylindrical-coordinate representation of color #875123: hue angle of 27.6º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #875123 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB1358135-
CMYK00.400.740.47
HSL27.6º58.82%33.33%-
HSV(B)27.6º74.07%52.94%-
XYZ13.2411.163.05-
YUV91.995.89158.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 81 (32.03% from 255) = 32.27%
BLUE value IS 35 (14.06% from 255) = 13.94%
R=53.78%
G=32.27%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135813500.400.740.4727.658.8233.33
Hex8751230284A2F1c3b21
Octal2071214305011257347341
Binary1000011110100011000110101000100101010111111100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875123; }

 p { color: rgb(135,81,35); }

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

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

 a { background-color: rgb(135,81,35); }

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

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

 span { border-color: rgb(135,81,35); }

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