Html Css Color HEX #87552B Korma

📋 copy color: '#87552B'

red 135 ◦ green 85 ◦ blue 43

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

Shades of Korma #87552B

Tints of Korma #87552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.35%

R = 51.33%
G = 32.32%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#87552B (or 0x87552B) is known color: Korma. HEX triplet: 87, 55 and 2B. RGB value is (135,85,43). Sum of RGB (Red+Green+Blue) = 135+85+43=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87552B is #78AAD4. Grayscale: #5F5F5F. Windows color (decimal): -7908053 or 2839943. OLE color: 2839943.

HSL color Cylindrical-coordinate representation of color #87552B: hue angle of 27.39º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87552B is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 85 43 -
CMYK 0 0.37 0.68 0.47
HSL 27.39º 0.52% 0.35% -
HSV(B) 27.39º 0.68% 0.53% -
XYZ 13.68 11.82 3.85 -
YUV 95.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 135 85 43 0 0.37 0.68 0.47 27.39 0.52 0.35
Hex 87 55 2B 0 25 44 2F 1B 34 23
Octal 207 125 53 0 45 104 57 33 64 43
Binary 10000111 1010101 101011 0 100101 1000100 101111 11011 110100 100011

Color Harmonies of #87552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87552B

Black with #87552B

Text Example


Text Example

White with #87552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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