Html Css Color HEX #864726 Korma

📋 copy color: '#864726'

red 134 ◦ green 71 ◦ blue 38

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

Shades of Korma #864726

Tints of Korma #864726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.64%

R = 55.14%
G = 29.22%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#864726 (or 0x864726) is known color: Korma. HEX triplet: 86, 47 and 26. RGB value is (134,71,38). Sum of RGB (Red+Green+Blue) = 134+71+38=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #864726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864726 is #79B8D9. Grayscale: #565656. Windows color (decimal): -7977178 or 2508678. OLE color: 2508678.

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

Color convert

RGB 134 71 38 -
CMYK 0 0.47 0.72 0.47
HSL 20.63º 0.56% 0.34% -
HSV(B) 20.63º 0.72% 0.53% -
XYZ 12.43 9.71 3.05 -
YUV 86.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 134 71 38 0 0.47 0.72 0.47 20.63 0.56 0.34
Hex 86 47 26 0 2F 48 2F 15 38 22
Octal 206 107 46 0 57 110 57 25 70 42
Binary 10000110 1000111 100110 0 101111 1001000 101111 10101 111000 100010

Color Harmonies of #864726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864726

Black with #864726

Text Example


Text Example

White with #864726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864726; }

 p { color: rgb(134,71,38); }

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

background-color css

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

 a { background-color: rgb(134,71,38); }

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

border-color css

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

 span { border-color: rgb(134,71,38); }

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