Html Css Color HEX #87492C Korma

📋 copy color: '#87492C'

red 135 ◦ green 73 ◦ blue 44

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

Shades of Korma #87492C

Tints of Korma #87492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.97%

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

R = 53.57%
G = 28.97%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87492C (or 0x87492C) is known color: Korma. HEX triplet: 87, 49 and 2C. RGB value is (135,73,44). Sum of RGB (Red+Green+Blue) = 135+73+44=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #87492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87492C is #78B6D3. Grayscale: #585858. Windows color (decimal): -7911124 or 2902407. OLE color: 2902407.

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

Color convert

RGB 135 73 44 -
CMYK 0 0.46 0.67 0.47
HSL 19.12º 0.51% 0.35% -
HSV(B) 19.12º 0.67% 0.53% -
XYZ 12.83 10.1 3.66 -
YUV 88.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 135 73 44 0 0.46 0.67 0.47 19.12 0.51 0.35
Hex 87 49 2C 0 2E 43 2F 13 33 23
Octal 207 111 54 0 56 103 57 23 63 43
Binary 10000111 1001001 101100 0 101110 1000011 101111 10011 110011 100011

Color Harmonies of #87492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87492C

Black with #87492C

Text Example


Text Example

White with #87492C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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