Html Css Color HEX #87542B Korma

📋 copy color: '#87542B'

red 135 ◦ green 84 ◦ blue 43

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

Shades of Korma #87542B

Tints of Korma #87542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.41%

R = 51.53%
G = 32.06%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#87542B (or 0x87542B) is known color: Korma. HEX triplet: 87, 54 and 2B. RGB value is (135,84,43). Sum of RGB (Red+Green+Blue) = 135+84+43=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87542B is #78ABD4. Grayscale: #5E5E5E. Windows color (decimal): -7908309 or 2839687. OLE color: 2839687.

HSL color Cylindrical-coordinate representation of color #87542B: hue angle of 26.74º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87542B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 84 43 -
CMYK 0 0.38 0.68 0.47
HSL 26.74º 0.52% 0.35% -
HSV(B) 26.74º 0.68% 0.53% -
XYZ 13.6 11.67 3.82 -
YUV 94.58 98.9 156.83 -
System Red Green Blue C M Y K H S L
Decimal 135 84 43 0 0.38 0.68 0.47 26.74 0.52 0.35
Hex 87 54 2B 0 26 44 2F 1B 34 23
Octal 207 124 53 0 46 104 57 33 64 43
Binary 10000111 1010100 101011 0 100110 1000100 101111 11011 110100 100011

Color Harmonies of #87542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87542B

Black with #87542B

Text Example


Text Example

White with #87542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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