#875326

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

Shades of Korma #875326

Tints of Korma #875326

Color information

#875326 (or 0x875326) is unknown color: approx Korma. HEX triplet: 87, 53 and 26. RGB value is (135,83,38). Sum of RGB (Red+Green+Blue) = 135+83+38=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #875326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875326 is #78ACD9. Grayscale: #5D5D5D. Windows color (decimal): -7908570 or 2511751. OLE color: 2511751.

HSL color Cylindrical-coordinate representation of color #875326: hue angle of 27.84º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #875326 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1358338-
CMYK00.390.720.47
HSL27.84º56.07%33.92%-
HSV(B)27.84º71.85%52.94%-
XYZ13.4311.483.34-
YUV93.4296.73157.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=52.73%
G=32.42%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135833800.390.720.4727.8456.0733.92
Hex875326027482F1c3822
Octal2071234604711057347042
Binary1000011110100111001100100111100100010111111100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875326; }

 p { color: rgb(135,83,38); }

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

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

 a { background-color: rgb(135,83,38); }

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

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

 span { border-color: rgb(135,83,38); }

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