Html Css Color HEX #87522D Korma

📋 copy color: '#87522D'

red 135 ◦ green 82 ◦ blue 45

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

Shades of Korma #87522D

Tints of Korma #87522D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.3%

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 51.53%
G = 31.3%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87522D (or 0x87522D) is known color: Korma. HEX triplet: 87, 52 and 2D. RGB value is (135,82,45). Sum of RGB (Red+Green+Blue) = 135+82+45=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87522D is #78ADD2. Grayscale: #5D5D5D. Windows color (decimal): -7908819 or 2970247. OLE color: 2970247.

HSL color Cylindrical-coordinate representation of color #87522D: hue angle of 24.67º degrees, saturation: 0.5, 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 #87522D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 82 45 -
CMYK 0 0.39 0.67 0.47
HSL 24.67º 0.5% 0.35% -
HSV(B) 24.67º 0.67% 0.53% -
XYZ 13.48 11.37 3.97 -
YUV 93.63 100.56 157.51 -
System Red Green Blue C M Y K H S L
Decimal 135 82 45 0 0.39 0.67 0.47 24.67 0.5 0.35
Hex 87 52 2D 0 27 43 2F 19 32 23
Octal 207 122 55 0 47 103 57 31 62 43
Binary 10000111 1010010 101101 0 100111 1000011 101111 11001 110010 100011

Color Harmonies of #87522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87522D

Black with #87522D

Text Example


Text Example

White with #87522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87522D; }

 p { color: rgb(135,82,45); }

 H1.HeaderClassName
 {
   color: #87522D;
 }
 .AnyTagClassName
 {
   color: #87522D;
 }
</style>

background-color css

<style>
 a { background-color: #87522D; }

 a { background-color: rgb(135,82,45); }

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

border-color css

<style>
 span { border-color: #87522D; }

 span { border-color: rgb(135,82,45); }

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