Html Css Color HEX #875127 Korma

📋 copy color: '#875127'

red 135 ◦ green 81 ◦ blue 39

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

Shades of Korma #875127

Tints of Korma #875127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.29%

R = 52.94%
G = 31.76%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#875127 (or 0x875127) is known color: Korma. HEX triplet: 87, 51 and 27. RGB value is (135,81,39). Sum of RGB (Red+Green+Blue) = 135+81+39=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #875127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875127 is #78AED8. Grayscale: #5C5C5C. Windows color (decimal): -7909081 or 2576775. OLE color: 2576775.

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

Color convert

RGB 135 81 39 -
CMYK 0 0.40 0.71 0.47
HSL 26.25º 0.55% 0.34% -
HSV(B) 26.25º 0.71% 0.53% -
XYZ 13.3 11.18 3.38 -
YUV 92.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 135 81 39 0 0.40 0.71 0.47 26.25 0.55 0.34
Hex 87 51 27 0 28 47 2F 1A 37 22
Octal 207 121 47 0 50 107 57 32 67 42
Binary 10000111 1010001 100111 0 101000 1000111 101111 11010 110111 100010

Color Harmonies of #875127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875127

Black with #875127

Text Example


Text Example

White with #875127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875127; }

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

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

background-color css

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

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

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

border-color css

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

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

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