Html Css Color HEX #87512D Korma

📋 copy color: '#87512D'

red 135 ◦ green 81 ◦ blue 45

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

Shades of Korma #87512D

Tints of Korma #87512D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.03%

 BLUE value IS 45 (17.97% from 255) = 17.24%

R = 51.72%
G = 31.03%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87512D (or 0x87512D) is known color: Korma. HEX triplet: 87, 51 and 2D. RGB value is (135,81,45). Sum of RGB (Red+Green+Blue) = 135+81+45=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87512D is #78AED2. Grayscale: #5D5D5D. Windows color (decimal): -7909075 or 2969991. OLE color: 2969991.

HSL color Cylindrical-coordinate representation of color #87512D: hue angle of 24º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87512D is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 81 45 -
CMYK 0 0.40 0.67 0.47
HSL 24º 0.5% 0.35% -
HSV(B) 24º 0.67% 0.53% -
XYZ 13.41 11.23 3.94 -
YUV 93.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 135 81 45 0 0.40 0.67 0.47 24 0.5 0.35
Hex 87 51 2D 0 28 43 2F 18 32 23
Octal 207 121 55 0 50 103 57 30 62 43
Binary 10000111 1010001 101101 0 101000 1000011 101111 11000 110010 100011

Color Harmonies of #87512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87512D

Black with #87512D

Text Example


Text Example

White with #87512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87512D; }

 p { color: rgb(135,81,45); }

 H1.HeaderClassName
 {
   color: #87512D;
 }
 .AnyTagClassName
 {
   color: #87512D;
 }
</style>

background-color css

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

 a { background-color: rgb(135,81,45); }

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

border-color css

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

 span { border-color: rgb(135,81,45); }

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