#875330

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

Shades of Korma #875330

Tints of Korma #875330

Color information

#875330 (or 0x875330) is unknown color: approx Korma. HEX triplet: 87, 53 and 30. RGB value is (135,83,48). Sum of RGB (Red+Green+Blue) = 135+83+48=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #875330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875330 is #78ACCF. Grayscale: #5E5E5E. Windows color (decimal): -7908560 or 3167111. OLE color: 3167111.

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

Color convert

RGB1358348-
CMYK00.390.640.47
HSL24.14º47.54%35.88%-
HSV(B)24.14º64.44%52.94%-
XYZ13.6211.554.31-
YUV94.56101.73156.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=50.75%
G=31.20%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135834800.390.640.4724.1447.5435.88
Hex875330027402F183024
Octal2071236004710057306044
Binary1000011110100111100000100111100000010111111000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875330; }

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

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

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

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

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

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

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

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