#874826

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

Shades of Korma #874826

Tints of Korma #874826

Color information

#874826 (or 0x874826) is unknown color: approx Korma. HEX triplet: 87, 48 and 26. RGB value is (135,72,38). Sum of RGB (Red+Green+Blue) = 135+72+38=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #874826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874826 is #78B7D9. Grayscale: #575757. Windows color (decimal): -7911386 or 2508935. OLE color: 2508935.

HSL color Cylindrical-coordinate representation of color #874826: hue angle of 21.03º 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 #874826 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1357238-
CMYK00.470.720.47
HSL21.03º56.07%33.92%-
HSV(B)21.03º71.85%52.94%-
XYZ12.669.933.08-
YUV86.96100.37162.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=55.10%
G=29.39%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135723800.470.720.4721.0356.0733.92
Hex87482602F482F153822
Octal2071104605711057257042
Binary1000011110010001001100101111100100010111110101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874826; }

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

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

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

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

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

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

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

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