Html Css Color HEX #87502C Korma

📋 copy color: '#87502C'

red 135 ◦ green 80 ◦ blue 44

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

Shades of Korma #87502C

Tints of Korma #87502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

 BLUE value IS 44 (17.58% from 255) = 16.99%

R = 52.12%
G = 30.89%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87502C (or 0x87502C) is known color: Korma. HEX triplet: 87, 50 and 2C. RGB value is (135,80,44). Sum of RGB (Red+Green+Blue) = 135+80+44=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #87502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87502C is #78AFD3. Grayscale: #5C5C5C. Windows color (decimal): -7909332 or 2904199. OLE color: 2904199.

HSL color Cylindrical-coordinate representation of color #87502C: hue angle of 23.74º degrees, saturation: 0.51, 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 #87502C is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 80 44 -
CMYK 0 0.41 0.67 0.47
HSL 23.74º 0.51% 0.35% -
HSV(B) 23.74º 0.67% 0.53% -
XYZ 13.31 11.07 3.82 -
YUV 92.34 100.72 158.43 -
System Red Green Blue C M Y K H S L
Decimal 135 80 44 0 0.41 0.67 0.47 23.74 0.51 0.35
Hex 87 50 2C 0 29 43 2F 18 33 23
Octal 207 120 54 0 51 103 57 30 63 43
Binary 10000111 1010000 101100 0 101001 1000011 101111 11000 110011 100011

Color Harmonies of #87502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87502C

Black with #87502C

Text Example


Text Example

White with #87502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87502C; }

 p { color: rgb(135,80,44); }

 H1.HeaderClassName
 {
   color: #87502C;
 }
 .AnyTagClassName
 {
   color: #87502C;
 }
</style>

background-color css

<style>
 a { background-color: #87502C; }

 a { background-color: rgb(135,80,44); }

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

border-color css

<style>
 span { border-color: #87502C; }

 span { border-color: rgb(135,80,44); }

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