Html Css Color HEX #864829 Korma

📋 copy color: '#864829'

red 134 ◦ green 72 ◦ blue 41

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

Shades of Korma #864829

Tints of Korma #864829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 54.25%
G = 29.15%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#864829 (or 0x864829) is known color: Korma. HEX triplet: 86, 48 and 29. RGB value is (134,72,41). Sum of RGB (Red+Green+Blue) = 134+72+41=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #864829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864829 is #79B7D6. Grayscale: #575757. Windows color (decimal): -7976919 or 2705542. OLE color: 2705542.

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

Color convert

RGB 134 72 41 -
CMYK 0 0.46 0.69 0.47
HSL 20º 0.53% 0.34% -
HSV(B) 20º 0.69% 0.53% -
XYZ 12.55 9.86 3.34 -
YUV 87 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 134 72 41 0 0.46 0.69 0.47 20 0.53 0.34
Hex 86 48 29 0 2E 45 2F 14 35 22
Octal 206 110 51 0 56 105 57 24 65 42
Binary 10000110 1001000 101001 0 101110 1000101 101111 10100 110101 100010

Color Harmonies of #864829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864829

Black with #864829

Text Example


Text Example

White with #864829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864829; }

 p { color: rgb(134,72,41); }

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

background-color css

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

 a { background-color: rgb(134,72,41); }

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

border-color css

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

 span { border-color: rgb(134,72,41); }

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