Html Css Color HEX #874C27 Korma

📋 copy color: '#874C27'

red 135 ◦ green 76 ◦ blue 39

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

Shades of Korma #874C27

Tints of Korma #874C27

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.4%

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

R = 54%
G = 30.4%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#874C27 (or 0x874C27) is known color: Korma. HEX triplet: 87, 4C and 27. RGB value is (135,76,39). Sum of RGB (Red+Green+Blue) = 135+76+39=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #874C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C27 is #78B3D8. Grayscale: #595959. Windows color (decimal): -7910361 or 2575495. OLE color: 2575495.

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

Color convert

RGB 135 76 39 -
CMYK 0 0.44 0.71 0.47
HSL 23.13º 0.55% 0.34% -
HSV(B) 23.13º 0.71% 0.53% -
XYZ 12.94 10.47 3.26 -
YUV 89.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 135 76 39 0 0.44 0.71 0.47 23.13 0.55 0.34
Hex 87 4C 27 0 2C 47 2F 17 37 22
Octal 207 114 47 0 54 107 57 27 67 42
Binary 10000111 1001100 100111 0 101100 1000111 101111 10111 110111 100010

Color Harmonies of #874C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C27

Black with #874C27

Text Example


Text Example

White with #874C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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