Html Css Color HEX #87532C Korma

📋 copy color: '#87532C'

red 135 ◦ green 83 ◦ blue 44

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

Shades of Korma #87532C

Tints of Korma #87532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

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

R = 51.53%
G = 31.68%
B = 16.79%

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

#87532C (or 0x87532C) is known color: Korma. HEX triplet: 87, 53 and 2C. RGB value is (135,83,44). Sum of RGB (Red+Green+Blue) = 135+83+44=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87532C is #78ACD3. Grayscale: #5E5E5E. Windows color (decimal): -7908564 or 2904967. OLE color: 2904967.

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

Color convert

RGB 135 83 44 -
CMYK 0 0.39 0.67 0.47
HSL 25.71º 0.51% 0.35% -
HSV(B) 25.71º 0.67% 0.53% -
XYZ 13.54 11.52 3.89 -
YUV 94.1 99.73 157.17 -
System Red Green Blue C M Y K H S L
Decimal 135 83 44 0 0.39 0.67 0.47 25.71 0.51 0.35
Hex 87 53 2C 0 27 43 2F 1A 33 23
Octal 207 123 54 0 47 103 57 32 63 43
Binary 10000111 1010011 101100 0 100111 1000011 101111 11010 110011 100011

Color Harmonies of #87532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87532C

Black with #87532C

Text Example


Text Example

White with #87532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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