Html Css Color HEX #87492B Korma

📋 copy color: '#87492B'

red 135 ◦ green 73 ◦ blue 43

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

Shades of Korma #87492B

Tints of Korma #87492B

RGB

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

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

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

R = 53.78%
G = 29.08%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#87492B (or 0x87492B) is known color: Korma. HEX triplet: 87, 49 and 2B. RGB value is (135,73,43). Sum of RGB (Red+Green+Blue) = 135+73+43=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #87492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87492B is #78B6D4. Grayscale: #585858. Windows color (decimal): -7911125 or 2836871. OLE color: 2836871.

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

Color convert

RGB 135 73 43 -
CMYK 0 0.46 0.68 0.47
HSL 19.57º 0.52% 0.35% -
HSV(B) 19.57º 0.68% 0.53% -
XYZ 12.81 10.09 3.56 -
YUV 88.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 135 73 43 0 0.46 0.68 0.47 19.57 0.52 0.35
Hex 87 49 2B 0 2E 44 2F 14 34 23
Octal 207 111 53 0 56 104 57 24 64 43
Binary 10000111 1001001 101011 0 101110 1000100 101111 10100 110100 100011

Color Harmonies of #87492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87492B

Black with #87492B

Text Example


Text Example

White with #87492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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