Html Css Color HEX #864F29 Korma

📋 copy color: '#864F29'

red 134 ◦ green 79 ◦ blue 41

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

Shades of Korma #864F29

Tints of Korma #864F29

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.1%

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

R = 52.76%
G = 31.1%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#864F29 (or 0x864F29) is known color: Korma. HEX triplet: 86, 4F and 29. RGB value is (134,79,41). Sum of RGB (Red+Green+Blue) = 134+79+41=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #864F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864F29 is #79B0D6. Grayscale: #5B5B5B. Windows color (decimal): -7975127 or 2707334. OLE color: 2707334.

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

Color convert

RGB 134 79 41 -
CMYK 0 0.41 0.69 0.47
HSL 24.52º 0.53% 0.34% -
HSV(B) 24.52º 0.69% 0.53% -
XYZ 13.03 10.82 3.5 -
YUV 91.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 134 79 41 0 0.41 0.69 0.47 24.52 0.53 0.34
Hex 86 4F 29 0 29 45 2F 19 35 22
Octal 206 117 51 0 51 105 57 31 65 42
Binary 10000110 1001111 101001 0 101001 1000101 101111 11001 110101 100010

Color Harmonies of #864F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864F29

Black with #864F29

Text Example


Text Example

White with #864F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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