Html Css Color HEX #864D2F Korma

📋 copy color: '#864D2F'

red 134 ◦ green 77 ◦ blue 47

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

Shades of Korma #864D2F

Tints of Korma #864D2F

RGB

 RED value IS 134 (52.73% from 255) = 51.94%

 GREEN value IS 77 (30.47% from 255) = 29.84%

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 51.94%
G = 29.84%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#864D2F (or 0x864D2F) is known color: Korma. HEX triplet: 86, 4D and 2F. RGB value is (134,77,47). Sum of RGB (Red+Green+Blue) = 134+77+47=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #864D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D2F is #79B2D0. Grayscale: #5A5A5A. Windows color (decimal): -7975633 or 3100038. OLE color: 3100038.

HSL color Cylindrical-coordinate representation of color #864D2F: hue angle of 20.69º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #864D2F is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 77 47 -
CMYK 0 0.43 0.65 0.47
HSL 20.69º 0.48% 0.35% -
HSV(B) 20.69º 0.65% 0.53% -
XYZ 13 10.58 4.05 -
YUV 90.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 134 77 47 0 0.43 0.65 0.47 20.69 0.48 0.35
Hex 86 4D 2F 0 2B 41 2F 15 30 23
Octal 206 115 57 0 53 101 57 25 60 43
Binary 10000110 1001101 101111 0 101011 1000001 101111 10101 110000 100011

Color Harmonies of #864D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864D2F

Black with #864D2F

Text Example


Text Example

White with #864D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864D2F; }

 p { color: rgb(134,77,47); }

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

background-color css

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

 a { background-color: rgb(134,77,47); }

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

border-color css

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

 span { border-color: rgb(134,77,47); }

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