Html Css Color HEX #875128 Korma

📋 copy color: '#875128'

red 135 ◦ green 81 ◦ blue 40

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

Shades of Korma #875128

Tints of Korma #875128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 52.73%
G = 31.64%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#875128 (or 0x875128) is known color: Korma. HEX triplet: 87, 51 and 28. RGB value is (135,81,40). Sum of RGB (Red+Green+Blue) = 135+81+40=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #875128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875128 is #78AED7. Grayscale: #5C5C5C. Windows color (decimal): -7909080 or 2642311. OLE color: 2642311.

HSL color Cylindrical-coordinate representation of color #875128: hue angle of 25.89º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #875128 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 81 40 -
CMYK 0 0.40 0.70 0.47
HSL 25.89º 0.54% 0.34% -
HSV(B) 25.89º 0.7% 0.53% -
XYZ 13.32 11.19 3.47 -
YUV 92.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 135 81 40 0 0.40 0.70 0.47 25.89 0.54 0.34
Hex 87 51 28 0 28 46 2F 1A 36 22
Octal 207 121 50 0 50 106 57 32 66 42
Binary 10000111 1010001 101000 0 101000 1000110 101111 11010 110110 100010

Color Harmonies of #875128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875128

Black with #875128

Text Example


Text Example

White with #875128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875128; }

 p { color: rgb(135,81,40); }

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

background-color css

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

 a { background-color: rgb(135,81,40); }

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

border-color css

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

 span { border-color: rgb(135,81,40); }

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