Html Css Color HEX #87542A Korma

📋 copy color: '#87542A'

red 135 ◦ green 84 ◦ blue 42

#87542A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Korma #87542A

Tints of Korma #87542A

RGB

 RED value IS 135 (53.13% from 255) = 51.72%

 GREEN value IS 84 (33.2% from 255) = 32.18%

 BLUE value IS 42 (16.8% from 255) = 16.09%

R = 51.72%
G = 32.18%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#87542A (or 0x87542A) is known color: Korma. HEX triplet: 87, 54 and 2A. RGB value is (135,84,42). Sum of RGB (Red+Green+Blue) = 135+84+42=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87542A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87542A is #78ABD5. Grayscale: #5E5E5E. Windows color (decimal): -7908310 or 2774151. OLE color: 2774151.

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

Color convert

RGB 135 84 42 -
CMYK 0 0.38 0.69 0.47
HSL 27.1º 0.53% 0.35% -
HSV(B) 27.1º 0.69% 0.53% -
XYZ 13.58 11.66 3.73 -
YUV 94.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 135 84 42 0 0.38 0.69 0.47 27.1 0.53 0.35
Hex 87 54 2A 0 26 45 2F 1B 35 23
Octal 207 124 52 0 46 105 57 33 65 43
Binary 10000111 1010100 101010 0 100110 1000101 101111 11011 110101 100011

Color Harmonies of #87542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87542A

Black with #87542A

Text Example


Text Example

White with #87542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87542A; }

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

 H1.HeaderClassName
 {
   color: #87542A;
 }
 .AnyTagClassName
 {
   color: #87542A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #87542A;
 }
 .BgClassName
 {
   background-color: #87542A;
 }
</style>

border-color css

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

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

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