#87502F

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

Shades of Korma #87502F

Tints of Korma #87502F

Color information

#87502F (or 0x87502F) is unknown color: approx Korma. HEX triplet: 87, 50 and 2F. RGB value is (135,80,47). Sum of RGB (Red+Green+Blue) = 135+80+47=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87502F is #78AFD0. Grayscale: #5C5C5C. Windows color (decimal): -7909329 or 3100807. OLE color: 3100807.

HSL color Cylindrical-coordinate representation of color #87502F: hue angle of 22.5º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87502F is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1358047-
CMYK00.410.650.47
HSL22.5º48.35%35.69%-
HSV(B)22.5º65.19%52.94%-
XYZ13.3711.094.13-
YUV92.68102.22158.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=51.53%
G=30.53%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135804700.410.650.4722.548.3535.69
Hex87502F029412F163024
Octal2071205705110157266044
Binary1000011110100001011110101001100000110111110110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,80,47); }

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

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

 a { background-color: rgb(135,80,47); }

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

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

 span { border-color: rgb(135,80,47); }

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