Html Css Color HEX #87512E Korma

📋 copy color: '#87512E'

red 135 ◦ green 81 ◦ blue 46

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

Shades of Korma #87512E

Tints of Korma #87512E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.56%

R = 51.53%
G = 30.92%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#87512E (or 0x87512E) is known color: Korma. HEX triplet: 87, 51 and 2E. RGB value is (135,81,46). Sum of RGB (Red+Green+Blue) = 135+81+46=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87512E is #78AED1. Grayscale: #5D5D5D. Windows color (decimal): -7909074 or 3035527. OLE color: 3035527.

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

Color convert

RGB 135 81 46 -
CMYK 0 0.40 0.66 0.47
HSL 23.6º 0.49% 0.35% -
HSV(B) 23.6º 0.66% 0.53% -
XYZ 13.43 11.23 4.05 -
YUV 93.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 135 81 46 0 0.40 0.66 0.47 23.6 0.49 0.35
Hex 87 51 2E 0 28 42 2F 18 31 23
Octal 207 121 56 0 50 102 57 30 61 43
Binary 10000111 1010001 101110 0 101000 1000010 101111 11000 110001 100011

Color Harmonies of #87512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87512E

Black with #87512E

Text Example


Text Example

White with #87512E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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