Html Css Color HEX #875731 Korma

📋 copy color: '#875731'

red 135 ◦ green 87 ◦ blue 49

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

Shades of Korma #875731

Tints of Korma #875731

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 49.82%
G = 32.1%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#875731 (or 0x875731) is known color: Korma. HEX triplet: 87, 57 and 31. RGB value is (135,87,49). Sum of RGB (Red+Green+Blue) = 135+87+49=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #875731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875731 is #78A8CE. Grayscale: #616161. Windows color (decimal): -7907535 or 3233671. OLE color: 3233671.

HSL color Cylindrical-coordinate representation of color #875731: hue angle of 26.51º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875731 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 87 49 -
CMYK 0 0.36 0.64 0.47
HSL 26.51º 0.47% 0.36% -
HSV(B) 26.51º 0.64% 0.53% -
XYZ 13.95 12.19 4.52 -
YUV 97.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 135 87 49 0 0.36 0.64 0.47 26.51 0.47 0.36
Hex 87 57 31 0 24 40 2F 1B 2F 24
Octal 207 127 61 0 44 100 57 33 57 44
Binary 10000111 1010111 110001 0 100100 1000000 101111 11011 101111 100100

Color Harmonies of #875731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875731

Black with #875731

Text Example


Text Example

White with #875731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875731; }

 p { color: rgb(135,87,49); }

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

background-color css

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

 a { background-color: rgb(135,87,49); }

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

border-color css

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

 span { border-color: rgb(135,87,49); }

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