Html Css Color HEX #874727 Korma

📋 copy color: '#874727'

red 135 ◦ green 71 ◦ blue 39

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

Shades of Korma #874727

Tints of Korma #874727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

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

R = 55.1%
G = 28.98%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#874727 (or 0x874727) is known color: Korma. HEX triplet: 87, 47 and 27. RGB value is (135,71,39). Sum of RGB (Red+Green+Blue) = 135+71+39=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #874727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874727 is #78B8D8. Grayscale: #565656. Windows color (decimal): -7911641 or 2574215. OLE color: 2574215.

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

Color convert

RGB 135 71 39 -
CMYK 0 0.47 0.71 0.47
HSL 20º 0.55% 0.34% -
HSV(B) 20º 0.71% 0.53% -
XYZ 12.61 9.8 3.15 -
YUV 86.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 135 71 39 0 0.47 0.71 0.47 20 0.55 0.34
Hex 87 47 27 0 2F 47 2F 14 37 22
Octal 207 107 47 0 57 107 57 24 67 42
Binary 10000111 1000111 100111 0 101111 1000111 101111 10100 110111 100010

Color Harmonies of #874727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874727

Black with #874727

Text Example


Text Example

White with #874727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874727; }

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

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

background-color css

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

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

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

border-color css

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

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

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