#874D2A

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

Shades of Korma #874D2A

Tints of Korma #874D2A

Color information

#874D2A (or 0x874D2A) is unknown color: approx Korma. HEX triplet: 87, 4D and 2A. RGB value is (135,77,42). Sum of RGB (Red+Green+Blue) = 135+77+42=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #874D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D2A is #78B2D5. Grayscale: #5A5A5A. Windows color (decimal): -7910102 or 2772359. OLE color: 2772359.

HSL color Cylindrical-coordinate representation of color #874D2A: hue angle of 22.58º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #874D2A is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1357742-
CMYK00.430.690.47
HSL22.58º52.54%34.71%-
HSV(B)22.58º68.89%52.94%-
XYZ13.0610.633.55-
YUV90.35100.72159.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=53.15%
G=30.31%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135774200.430.690.4722.5852.5434.71
Hex874D2A02B452F173523
Octal2071155205310557276543
Binary1000011110011011010100101011100010110111110111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874D2A; }

 p { color: rgb(135,77,42); }

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

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

 a { background-color: rgb(135,77,42); }

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

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

 span { border-color: rgb(135,77,42); }

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