Html Css Color HEX #87552A Korma

📋 copy color: '#87552A'

red 135 ◦ green 85 ◦ blue 42

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

Shades of Korma #87552A

Tints of Korma #87552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

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

R = 51.53%
G = 32.44%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#87552A (or 0x87552A) is known color: Korma. HEX triplet: 87, 55 and 2A. RGB value is (135,85,42). Sum of RGB (Red+Green+Blue) = 135+85+42=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87552A is #78AAD5. Grayscale: #5F5F5F. Windows color (decimal): -7908054 or 2774407. OLE color: 2774407.

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

Color convert

RGB 135 85 42 -
CMYK 0 0.37 0.69 0.47
HSL 27.74º 0.53% 0.35% -
HSV(B) 27.74º 0.69% 0.53% -
XYZ 13.66 11.82 3.75 -
YUV 95.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 135 85 42 0 0.37 0.69 0.47 27.74 0.53 0.35
Hex 87 55 2A 0 25 45 2F 1C 35 23
Octal 207 125 52 0 45 105 57 34 65 43
Binary 10000111 1010101 101010 0 100101 1000101 101111 11100 110101 100011

Color Harmonies of #87552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87552A

Black with #87552A

Text Example


Text Example

White with #87552A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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