Html Css Color HEX #87552C Korma

📋 copy color: '#87552C'

red 135 ◦ green 85 ◦ blue 44

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

Shades of Korma #87552C

Tints of Korma #87552C

RGB

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

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

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

R = 51.14%
G = 32.2%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87552C (or 0x87552C) is known color: Korma. HEX triplet: 87, 55 and 2C. RGB value is (135,85,44). Sum of RGB (Red+Green+Blue) = 135+85+44=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87552C is #78AAD3. Grayscale: #5F5F5F. Windows color (decimal): -7908052 or 2905479. OLE color: 2905479.

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

Color convert

RGB 135 85 44 -
CMYK 0 0.37 0.67 0.47
HSL 27.03º 0.51% 0.35% -
HSV(B) 27.03º 0.67% 0.53% -
XYZ 13.69 11.83 3.94 -
YUV 95.28 99.07 156.33 -
System Red Green Blue C M Y K H S L
Decimal 135 85 44 0 0.37 0.67 0.47 27.03 0.51 0.35
Hex 87 55 2C 0 25 43 2F 1B 33 23
Octal 207 125 54 0 45 103 57 33 63 43
Binary 10000111 1010101 101100 0 100101 1000011 101111 11011 110011 100011

Color Harmonies of #87552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87552C

Black with #87552C

Text Example


Text Example

White with #87552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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