Html Css Color HEX #87532D Korma

📋 copy color: '#87532D'

red 135 ◦ green 83 ◦ blue 45

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

Shades of Korma #87532D

Tints of Korma #87532D

RGB

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

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

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

R = 51.33%
G = 31.56%
B = 17.11%

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

#87532D (or 0x87532D) is known color: Korma. HEX triplet: 87, 53 and 2D. RGB value is (135,83,45). Sum of RGB (Red+Green+Blue) = 135+83+45=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87532D is #78ACD2. Grayscale: #5E5E5E. Windows color (decimal): -7908563 or 2970503. OLE color: 2970503.

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

Color convert

RGB 135 83 45 -
CMYK 0 0.39 0.67 0.47
HSL 25.33º 0.5% 0.35% -
HSV(B) 25.33º 0.67% 0.53% -
XYZ 13.56 11.53 3.99 -
YUV 94.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 135 83 45 0 0.39 0.67 0.47 25.33 0.5 0.35
Hex 87 53 2D 0 27 43 2F 19 32 23
Octal 207 123 55 0 47 103 57 31 62 43
Binary 10000111 1010011 101101 0 100111 1000011 101111 11001 110010 100011

Color Harmonies of #87532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87532D

Black with #87532D

Text Example


Text Example

White with #87532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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